Пример #1
0
 public virtual Task <IdentityUserDto> FindByEmailAsync(string email)
 {
     return(_userAppService.FindByEmailAsync(email));
 }