Ejemplo n.º 1
0
 public static int POLog_Insert_Delivery_Item(string Delivery_ID, int?Supply_ID, DataTable dtItem, int?CreatedBy)
 {
     return(DAL_POLOG_Delivery.POLog_Insert_Delivery_Item(Delivery_ID, Supply_ID, dtItem, CreatedBy));
 }
Ejemplo n.º 2
0
 public static int POLog_Insert_Delivery_Item(int?ID, int?Delivery_ID, string Name, decimal?PO_Qty, decimal?PO_Price, string Confirm_Unit, decimal?Con_Qty, decimal?Con_Price, string Remarks, int?CreatedBy)
 {
     return(DAL_POLOG_Delivery.POLog_Insert_Delivery_Item(ID, Delivery_ID, Name, PO_Qty, PO_Price, Confirm_Unit, Con_Qty, Con_Price, Remarks, CreatedBy));
 }