Пример #1
0
 public static Result GetCustomerByEmail(string email)
 {
     return(CustomerDAC.GetCustomerByEmail(email));
 }