Exemple #1
0
 public static DataTable Get_Delivered_Requisition_Stage(DataTable fleetid, DataTable vesselcode, string depttype, DataTable deptcode
                                                         , int?reqsntype, string req_order_code, int?Diff_Qty, int?pageindex, int?pagesize, ref int isfetchcount, string Sort_By, string Sort_Direction)
 {
     return(DAL_PURC_Common.Get_Delivered_Requisition_Stage_DL(fleetid, vesselcode, depttype, deptcode
                                                               , reqsntype, req_order_code, Diff_Qty, pageindex, pagesize, ref isfetchcount, Sort_By, Sort_Direction));
 }