Example #1
0
 public bool CustomerExist(int customerId)
 {
     return(customerRepo.CustomerExist(customerId));
 }