예제 #1
0
 public static DataTable Get_Bulk_Purchase_Reqsn(DataTable fleetid, DataTable vesselcode, string depttype, DataTable deptcode
                                                 , int?reqsntype, string req_order_code, int?Reqsn_Sts, int?pageindex, int?pagesize, ref int isfetchcount)
 {
     return(DAL_PURC_Common.Get_Bulk_Purchase_Reqsn_DL(fleetid, vesselcode, depttype, deptcode, reqsntype, req_order_code, Reqsn_Sts, pageindex, pagesize, ref isfetchcount));
 }