Exemple #1
0
 public Customer GetCustomerById(int cusId)
 {
     return(_customRepository.GetCustomerById(cusId));
 }