示例#1
0
 public Entities.Account GetUserInfoByEmail(string email)
 {
     return(_accountDal.GetByEmail(email));
 }