Fixed errors and wrong model

This commit is contained in:
2024-09-04 15:59:36 +03:00
parent d09b1b24d9
commit 24881ae1db
6 changed files with 24 additions and 33 deletions

View File

@@ -32,8 +32,6 @@ public class VisaApplicationCreateRequest
[Required]
public PastVisaModel[] PastVisas { get; set; } = null!;
//todo remove attribute
[Required]
public PermissionToDestCountryModel? PermissionToDestCountry { get; set; }
[Required]