Beispiel #1
0
 public Task <string> GetEmailAsync(TUser user)
 {
     return(_userStore.GetEmailAsync(Mapper.Map <IdentityUser>(user)));
 }