public ReceitaOrcamentoesController(FaturasContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CustoOrcamentosController(FaturasContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public FaturasRepositorio(FaturasContext ctx)
 {
     _ctx = ctx;
 }