Exemplo n.º 1
0
 public UnitOfWork(EstoqueDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public UnidadeMedidaRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public RelatorioRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public MarcaRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public ClienteRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 6
0
 public VendaRepository(EstoqueDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 7
0
 public ProdutoRepository(EstoqueDbContext context)
 {
     this.context = context;
 }