Application creating but without past visas and visits
This commit is contained in:
		| @@ -7,9 +7,11 @@ namespace ApplicationLayer.Services.VisaApplications.Models; | ||||
| public class PermissionToDestCountryModel | ||||
| { | ||||
|     /// Date when permission to destination country expires | ||||
|     [Required] | ||||
|     public DateTime ExpirationDate { get; set; } | ||||
|  | ||||
|     /// Issuing authority | ||||
|     [MaxLength(ConfigurationConstraints.IssuerNameLength)] | ||||
|     [Required] | ||||
|     public string Issuer { get; set; } = null!; | ||||
| } | ||||
|   | ||||
| @@ -8,8 +8,10 @@ public class ReentryPermitModel | ||||
| { | ||||
|     /// Number of re-entry permit | ||||
|     [MaxLength(ConfigurationConstraints.ReentryPermitNumberLength)] | ||||
|     [Required] | ||||
|     public string Number { get; set; } = null!; | ||||
|  | ||||
|     /// Date when re-entry permit expires | ||||
|     [Required] | ||||
|     public DateTime ExpirationDate { get; set; } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user