public UsuariosController(GedHelpDeskContext context)
 {
     _context = context;
 }
Example #2
0
 public ChamadosService(GedHelpDeskContext context)
 {
     _context = context;
 }
Example #3
0
 public LoginService(GedHelpDeskContext context)
 {
     _context = context;
 }