Exemple #1
0
 public async Task <int> DeleteAsync(Guid id)
 {
     return(await userIdentityRepository.DeleteAsync(id));
 }