Фикс типов в DTO
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Create and publish a Docker image / Publish image (push) Successful in 15m53s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Create and publish a Docker image / Publish image (push) Successful in 15m53s
				
			This commit is contained in:
		| @@ -354,7 +354,7 @@ namespace SfeduSchedule | |||||||
|         public string[] UserRoleIds { get; set; } |         public string[] UserRoleIds { get; set; } | ||||||
|  |  | ||||||
|         [JsonPropertyName("lessonTemplateId")] |         [JsonPropertyName("lessonTemplateId")] | ||||||
|         public Guid LessonTemplateId { get; set; } |         public Guid? LessonTemplateId { get; set; } | ||||||
|  |  | ||||||
|         [JsonPropertyName("__version")] |         [JsonPropertyName("__version")] | ||||||
|         public long Version { get; set; } |         public long Version { get; set; } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user