public UsuariosController(GedHelpDeskContext context) { _context = context; }
public ChamadosService(GedHelpDeskContext context) { _context = context; }
public LoginService(GedHelpDeskContext context) { _context = context; }