public List <BoInventoryItem> bll_InventoryReport() { return(LiDaoReports.Dao_getInventoryReport()); }
public List <BoReportAccountReceivable> bll_AccountReceivableReport() { return(LiDaoReports.Dao_getAccountReceivable()); }
public List <BoReportSales> bll_SalesReport(DateTime pStarDate, DateTime pFinDate) { return(LiDaoReports.Dao_getSalesReport(pStarDate, pFinDate)); }