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.Countries | ||||
| { | ||||
|     public interface ICountriesRepository : IGenericRepository<Country> { } | ||||
| } | ||||
| namespace Infrastructure.Database.Locations.Repositories.Countries; | ||||
|  | ||||
| public interface ICountriesRepository : IGenericRepository<Country> { } | ||||
		Reference in New Issue
	
	Block a user