Moved interfaces, created new folders for visa requests and handlers
This commit is contained in:
		| @@ -0,0 +1,14 @@ | ||||
| using ApplicationLayer.Applicants; | ||||
| using ApplicationLayer.VisaApplications.Requests; | ||||
|  | ||||
| namespace ApplicationLayer.VisaApplications.Handlers | ||||
| { | ||||
|     /// Handles visa requests | ||||
|     public class VisaApplicationRequestsHandler(IApplicantsRepository) | ||||
|     { | ||||
|         public void HandleCreateRequest(CreateVisaApplicationRequest request) | ||||
|         { | ||||
|  | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user