Exemplo n.º 1
0
 public InvoiceService(CapgeminiContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ProdutoRepository(CapgeminiContext context)
 {
     _dbSet = context.Set <Produto>();
 }
Exemplo n.º 3
0
 public UnitOfWork(CapgeminiContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CustormerService(CapgeminiContext context, object context1)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public ProductService(CapgeminiContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public ImportacaoRepository(CapgeminiContext context)
 {
     _dbSet = context.Set <Importacao>();
 }