Exemple #1
0
 public InvoiceService(IInvoiceRepositories re)
 {
     repo = re;
 }
Exemple #2
0
 public InvoiceService()
 {
     repo = new InvoiceIM();
 }