Refactored and fixed errors
This commit is contained in:
		| @@ -0,0 +1,6 @@ | ||||
| using ApplicationLayer.GeneralNeededServices; | ||||
| using Domains.VisaApplicationDomain; | ||||
|  | ||||
| namespace ApplicationLayer.VisaApplications.NeededServices; | ||||
|  | ||||
| public interface IVisaApplicationsRepository : IGenericRepository<VisaApplication> { } | ||||
		Reference in New Issue
	
	Block a user