request of applications for applicant
This commit is contained in:
		| @@ -8,4 +8,7 @@ public interface IApplicantsRepository : IGenericRepository<Applicant> | ||||
| { | ||||
|     /// Find <see cref="Applicant"/> by Identifier | ||||
|     Task<Applicant> FindByUserIdAsync(Guid userId, CancellationToken cancellationToken); | ||||
|  | ||||
|     /// Get identifier of applicant by user identifier | ||||
|     Task<Guid> GetApplicantIdByUserId(Guid userId, CancellationToken cancellationToken); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user