Пример #1
0
 public bool Log(string Email, string Phone)
 {
     return(_customerDAL.Login(Email, Phone));
 }