Changed models, added Application layer models
This commit is contained in:
		| @@ -1,7 +1,6 @@ | ||||
| using Domains.LocationDomain; | ||||
| using Infrastructure.Database.Generic; | ||||
|  | ||||
| namespace Infrastructure.Database.Locations.Repositories.Cities | ||||
| { | ||||
|     public interface ICitiesRepository : IGenericRepository<City> { } | ||||
| } | ||||
| namespace Infrastructure.Database.Locations.Repositories.Cities; | ||||
|  | ||||
| public interface ICitiesRepository : IGenericRepository<City> { } | ||||
		Reference in New Issue
	
	Block a user