updating countries
This commit is contained in:
		| @@ -3,4 +3,8 @@ using Domains.LocationDomain; | ||||
|  | ||||
| namespace ApplicationLayer.Services.Locations.NeededServices; | ||||
|  | ||||
| public interface ICitiesRepository : IGenericRepository<City>; | ||||
| public interface ICitiesRepository : IGenericRepository<City> | ||||
| { | ||||
|     /// Get <see cref="City"/> by name and country identifier | ||||
|     Task<City?> GetByNameAsync(Guid requestId, string existingCity, CancellationToken cancellationToken); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user