Exemplo n.º 1
0
 public static DataTable SelectPurchaseHistoryAskPricePrint(string orderBy, string ProductID, string StartPurchaseDate, string EndPurchaseDate)
 {
     try
     {
         return PurchaseOrderDBHelper.SelectHistoryAskPriceListPrint(orderBy, ProductID, StartPurchaseDate, EndPurchaseDate);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }