Admin controller, Locations controller, requests to add available countries, request to get available countries
This commit is contained in:
		| @@ -34,7 +34,4 @@ public interface IGenericRepository<T> where T : class, IEntity | ||||
|     /// </summary> | ||||
|     /// <param name="entity">Entity to remove</param> | ||||
|     void Remove(T entity); | ||||
|  | ||||
|     /// Save changes in storage | ||||
|     Task SaveAsync(CancellationToken cancellationToken); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user