Moved interfaces, created new folders for visa requests and handlers
This commit is contained in:
		| @@ -0,0 +1,6 @@ | ||||
| using ApplicationLayer.Common; | ||||
| using Domains.LocationDomain; | ||||
|  | ||||
| namespace ApplicationLayer.Locations; | ||||
|  | ||||
| public interface ICitiesRepository : IGenericRepository<City> { } | ||||
		Reference in New Issue
	
	Block a user