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