Admin controller, Locations controller, requests to add available countries, request to get available countries
This commit is contained in:
		| @@ -0,0 +1,4 @@ | ||||
| namespace ApplicationLayer.DataAccessingServices.Locations.Requests | ||||
| { | ||||
|     public record AddCountryRequest(string CountryName, bool IsSchengen, string[] Cities); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user