Ejemplo n.º 1
0
 public async Task <int> AddAsync(UserIdentityDTO entity)
 {
     return(await userIdentityRepository.AddAsync(entity));
 }