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