예제 #1
0
 public ProdutosRepository(DbOrcamentoContext ctx)
 {
     _Contexto = ctx;
 }
예제 #2
0
 public ClientesRepository(DbOrcamentoContext ctx)
 {
     _Contexto = ctx;
 }
예제 #3
0
 public SetorRepository(DbOrcamentoContext ctx)
 {
     _Contexto = ctx;
 }
예제 #4
0
 public FuncionarioRepository(DbOrcamentoContext ctx)
 {
     _Contexto = ctx;
 }
예제 #5
0
 public OrcamentoItemRepository(DbOrcamentoContext ctx)
 {
     _Contexto = ctx;
 }