Exemple #1
0
 public Customer GetCustomerByMobile(string cusPhone)
 {
     return(_customRepository.GetCustomerByPhone(cusPhone));
 }