Changed exceptions, added action for closing applications by applicant
This commit is contained in:
		| @@ -0,0 +1,7 @@ | ||||
| using ApplicationLayer.Services.GeneralExceptions; | ||||
|  | ||||
| namespace Infrastructure.Database.VisaApplications.Repositories.Exceptions | ||||
| { | ||||
|     public class ApplicationNotFoundByApplicantAndApplicationIdException(Guid applicationId) | ||||
|         : EntityNotFoundException($"Application with id {applicationId} not found for authenticated user"); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user