Вытащил солюшен на уровень выше, чтобы прощё было дотнетить
	
		
			
	
		
	
	
		
	
		
			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:
		
							
								
								
									
										18
									
								
								Domains/ApplicantDomain/Passport.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Domains/ApplicantDomain/Passport.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| namespace Domains.ApplicantDomain; | ||||
|  | ||||
| /// Model of passport | ||||
| /// <remarks>Owned</remarks> | ||||
| public class Passport | ||||
| { | ||||
|     /// Number of <see cref="Passport"/> | ||||
|     public string Number { get; set; } = null!; | ||||
|  | ||||
|     /// Issuing authority of <see cref="Passport"/> | ||||
|     public string Issuer { get; set; } = null!; | ||||
|  | ||||
|     /// Date of issue | ||||
|     public DateTime IssueDate { get; set; } | ||||
|  | ||||
|     /// Date when the <see cref="Passport"/> expires | ||||
|     public DateTime ExpirationDate { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user