public RelatorioController(JRLMotoPecasVersionSENACContext context)
 {
     _context = context;
 }
 public ProdutoesController(JRLMotoPecasVersionSENACContext context)
 {
     _context = context;
 }
 public FuncionariosController(JRLMotoPecasVersionSENACContext context)
 {
     _context = context;
 }
 public ClientesController(JRLMotoPecasVersionSENACContext context)
 {
     _context = context;
 }
Пример #5
0
 public VendasController(JRLMotoPecasVersionSENACContext context)
 {
     _context = context;
 }