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