示例#1
0
 public User GetByEmail(string email)
 {
     return(_userManagerService.GetByEmail(email));
 }