Ejemplo n.º 1
0
 public static List <Object> appearInvoice(string supName)
 {
     return(ViewInvoiceDAO.pupulateInvoice(supName));
 }
Ejemplo n.º 2
0
 public static List <Object> getSuppliers()
 {
     return(ViewInvoiceDAO.getSupplierName());
 }