Exemple #1
0
 public UsuarioController(SaudeDbContext context)
 {
     _usuarioService      = new UsuarioService(context);
     _perfilAcessoService = new PerfilAcessoService(context);
     _tipoCargoProfissionalSaudeService = new TipoCargoProfissionalSaudeService(context);
 }
Exemple #2
0
 public PerfilAcessoController(SaudeDbContext context)
 {
     _perfilAcessoService = new PerfilAcessoService(context);
 }