Moved repository interfaces to application layer, created blank visa requests handler
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| using Domains.LocationDomain; | ||||
| using Infrastructure.Database.Generic; | ||||
| using ApplicationLayer.Common; | ||||
| using Domains.LocationDomain; | ||||
|  | ||||
| namespace Infrastructure.Database.Locations.Repositories.Cities; | ||||
|  | ||||
| public interface ICitiesRepository : IGenericRepository<City> { } | ||||
| public interface ICitiesRepository : IGenericRepository<City> { } | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| using Domains.LocationDomain; | ||||
| using Infrastructure.Database.Generic; | ||||
| using ApplicationLayer.Common; | ||||
| using Domains.LocationDomain; | ||||
|  | ||||
| namespace Infrastructure.Database.Locations.Repositories.Countries; | ||||
|  | ||||
| public interface ICountriesRepository : IGenericRepository<Country> { } | ||||
| public interface ICountriesRepository : IGenericRepository<Country> { } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user