Exemple #1
0
 public static DataTable Get_Delivered_Requisition_Stage_DL_New(string fleetid, string vesselcode, string depttype, string deptcode, string req_order_code, string potype, string acctype, string reqsntype, string catalogue, string FromDate, string ToDate, string accClass, string dtUrgency, string reqstatus, string Supplier, string Delivery_Code, int?pageindex, int?pagesize, ref int isfetchcount, string Sort_By, string Sort_Direction)
 {
     return(DAL_PURC_Common.Get_Delivered_Requisition_Stage_DL_New(fleetid, vesselcode, depttype, deptcode, req_order_code, potype, acctype, reqsntype, catalogue, FromDate, ToDate, accClass, dtUrgency, reqstatus, Supplier, Delivery_Code, pageindex, pagesize, ref isfetchcount, Sort_By, Sort_Direction));
 }