Removed location entities, fixed configurations and controllers' comments
This commit is contained in:
		| @@ -1,5 +1,4 @@ | ||||
| using Domains.ApplicantDomain; | ||||
| using Domains.LocationDomain; | ||||
|  | ||||
| namespace Domains.VisaApplicationDomain; | ||||
|  | ||||
| @@ -14,5 +13,5 @@ public class PastVisit | ||||
|     public DateTime EndDate { get; set; } | ||||
|  | ||||
|     /// Destination country of <see cref="PastVisit"/> | ||||
|     public Country DestinationCountry { get; set; } = null!; | ||||
|     public string DestinationCountry { get; set; } = null!; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user