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