예제 #1
0
 public static List <Object> appearInvoice(string supName)
 {
     return(ViewInvoiceDAO.pupulateInvoice(supName));
 }
예제 #2
0
 public static List <Object> getSuppliers()
 {
     return(ViewInvoiceDAO.getSupplierName());
 }