Beispiel #1
0
 public SeedingService(HelpDeskMvcContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ChamadoService(HelpDeskMvcContext context)
 {
     _context = context;
 }
 public DepartamentoService(HelpDeskMvcContext context)
 {
     _context = context;
 }
 public HistoricoChamadoService(HelpDeskMvcContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public UsuariosController(UsuarioService usuarioService, DepartamentoService departamentoService, HelpDeskMvcContext context)
 {
     _usuarioService      = usuarioService;
     _departamentoService = departamentoService;
     _context             = context;
 }
 public UsuarioService(HelpDeskMvcContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public DepartamentosController(HelpDeskMvcContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public ServicosController(HelpDeskMvcContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public InventarioService(HelpDeskMvcContext context)
 {
     _context = context;
 }