Example #1
0
 public async Task <int> UpdateAsync(UserIdentityDTO entity)
 {
     return(await userIdentityRepository.UpdateAsync(entity));
 }