Beispiel #1
0
 public DataTable ViewProductForCashMemo()
 {
     objFinalProductSelectionDAL = new Final_Product_Selection_DAL(objFinalProductSelectionProperty);
     return(objFinalProductSelectionDAL.ViewProductForCashMemo());
 }
Beispiel #2
0
 public DataTable View()
 {
     objFinalProductSelectionDAL = new Final_Product_Selection_DAL(objFinalProductSelectionProperty);
     return(objFinalProductSelectionDAL.Select());
 }