Example #1
0
 public CustomerOrderSet GetCustomerOrders(int customerId)
 {
     return(_unitofWork.GetCustomerOrderSets(customerId));
 }