Exemplo n.º 1
0
 public static DataTable GetPurchaseOrderPrintByID(string ID)
 {
     try
     {
         return PurchaseOrderDBHelper.GetPurchaseOrderPrintByID(ID);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }