Ejemplo n.º 1
0
 public DataSet GetCustomerHistory(Guid customerID)
 {
     return(_saleOrderRepository.GetCustomerHistory(customerID));
 }