public UsuarioController(SaudeDbContext context) { _usuarioService = new UsuarioService(context); _perfilAcessoService = new PerfilAcessoService(context); _tipoCargoProfissionalSaudeService = new TipoCargoProfissionalSaudeService(context); }
public PerfilAcessoController(SaudeDbContext context) { _perfilAcessoService = new PerfilAcessoService(context); }