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