Started CreateApplication.razor
This commit is contained in:
		| @@ -7,11 +7,9 @@ namespace ApplicationLayer.Services.VisaApplications.Models; | ||||
| public class ReentryPermitModel | ||||
| { | ||||
|     /// Number of re-entry permit | ||||
|     [Required] | ||||
|     [MaxLength(ConfigurationConstraints.ReentryPermitNumberLength)] | ||||
|     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