Admin controller, Locations controller, requests to add available countries, request to get available countries
This commit is contained in:
		| @@ -0,0 +1,4 @@ | ||||
| namespace ApplicationLayer.GeneralExceptions | ||||
| { | ||||
|     public class AlreadyExistsException(string message) : ApiException(message); | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| namespace ApplicationLayer.GeneralExceptions | ||||
| { | ||||
|     public class ApiException(string message) : Exception(message); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user