Changed exceptions, added action for closing applications by applicant
This commit is contained in:
		| @@ -1,9 +1,6 @@ | ||||
| using ApplicationLayer.GeneralExceptions; | ||||
| using Domains; | ||||
|  | ||||
| namespace ApplicationLayer.Services.GeneralExceptions; | ||||
|  | ||||
| /// Exception to throw when entity not found | ||||
| /// <typeparam name="T">Not found entity type</typeparam> | ||||
| public class EntityNotFoundException<T>(string message) : ApiException(message) | ||||
|     where T : class, IEntity; | ||||
| public class EntityNotFoundException(string message) : ApiException(message); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user