Exemplo n.º 1
0
 public InvoiceController()
 {
     repo = new InvoiceSQLRepository();
 }
Exemplo n.º 2
0
 public WorkersController()
 {
     repo = new InvoiceSQLRepository();
 }