Exemplo n.º 1
0
 public Repository(InvoiceAppEntities _context)
 {
     this._context = _context;
 }
Exemplo n.º 2
0
 public UnitOfWork(InvoiceAppEntities _context)
 {
     this._context = _context;
 }