Added comments, changed generic repository, removed warnings
This commit is contained in:
		| @@ -3,5 +3,6 @@ using Infrastructure.Database.Generic; | ||||
|  | ||||
| namespace Infrastructure.Database.Applicants.Repositories | ||||
| { | ||||
|     /// Repository pattern for <see cref="Applicant"/> | ||||
|     public interface IApplicantsRepository : IGenericRepository<Applicant> { } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user