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