Beispiel #1
0
 public Customer FindCustomerByEmail(string email)
 {
     return(dbCus.GetCustomerByEmail(email));
 }