Exemplo n.º 1
0
 public EstadoService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public UsuarioService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ImportarExameService(monitorasusContext context)
 {
     _context = context;
 }
 public PessoaTrabalhaEstadoService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public SmsService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public PessoaService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public AreaAtuacaoService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public MunicipioService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public PessoaTrabalhaMunicipioService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 10
0
 public VirusBacteriaService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public RecuperarSenhaService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public InternacaoService(monitorasusContext context)
 {
     _context = context;
 }
Exemplo n.º 13
0
 public EmpresaExameService(monitorasusContext context)
 {
     _context = context;
 }