예제 #1
0
 public int AddConsolidatedPO(string strRequisition_Code, string strQuotation_Code, string strOrder_Code, string strDelivery_Port,
                              DateTime dtDelivery_Date, string strDocument_Code, string strSupplier_Code, string strAssign_Agent_Code, Int32 i32Vessel_Code,
                              Int32 i32Created_By)
 {
     return(objInventoryItem.AddConsolidatedPO(strRequisition_Code, strQuotation_Code, strOrder_Code, strDelivery_Port,
                                               dtDelivery_Date, strDocument_Code, strSupplier_Code, strAssign_Agent_Code, i32Vessel_Code, i32Created_By));
 }