コード例 #1
0
 public Customer GetCustomerByEmail(string email)
 {
     return(repo.GetCustomerByEmail(email));
 }