Exemplo n.º 1
0
 public UploadController()
 {
     _context = new PoInvoice();
 }
Exemplo n.º 2
0
 public HomeController()
 {
     _context = new PoInvoice();
 }
Exemplo n.º 3
0
 public VendorsController()
 {
     _context = new PoInvoice();
 }
Exemplo n.º 4
0
 public EditPoController()
 {
     _context = new PoInvoice();
 }
Exemplo n.º 5
0
 static Pdf()
 {
     _context = new PoInvoice();
 }
Exemplo n.º 6
0
 public UploadSupportingDocController()
 {
     _context = new PoInvoice();
 }