Exemple #1
0
 public DataSet GetSKUProdCategoryPOS(string OrderbookerID, string ProductID)
 {
     objProductivityandExecutionReportDAL = new ProductivityandExecution_Report_DAL(objProductivityandExecutionReportProperty);
     return(objProductivityandExecutionReportDAL.GetSKUProdCategoryPOS(OrderbookerID, ProductID));
 }
Exemple #2
0
 public DataSet ViewAllForDailyTran(string OrederBookerID, int type = 0)
 {
     objProductivityandExecutionReportDAL = new ProductivityandExecution_Report_DAL(objProductivityandExecutionReportProperty);
     return(objProductivityandExecutionReportDAL.SelectAllForDailyTran(OrederBookerID, type));
 }