Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										12
									
								
								Domains/ApplicantDomain/Name.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Domains/ApplicantDomain/Name.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| namespace Domains.ApplicantDomain; | ||||
|  | ||||
| /// Model of full name | ||||
| /// <remarks>Owned</remarks> | ||||
| public class Name | ||||
| { | ||||
|     public string FirstName { get; set; } = null!; | ||||
|  | ||||
|     public string Surname { get; set; } = null!; | ||||
|  | ||||
|     public string? Patronymic { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user