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