Esempio n. 1
0
 public Task UpdateAsync(TUser user)
 {
     return(_userStore.UpdateAsync(Mapper.Map <IdentityUser>(user)));
 }