Refactored and fixed errors
This commit is contained in:
		| @@ -0,0 +1,7 @@ | ||||
| using ApplicationLayer.GeneralNeededServices; | ||||
| using Domains.ApplicantDomain; | ||||
|  | ||||
| namespace ApplicationLayer.Applicants.NeededServices; | ||||
|  | ||||
| /// Repository pattern for <see cref="Applicant"/> | ||||
| public interface IApplicantsRepository : IGenericRepository<Applicant> { } | ||||
		Reference in New Issue
	
	Block a user