public SalaService(str_dbContext context)
 {
     _context = context;
 }
 public CodigoInfravermelhoService(str_dbContext context)
 {
     _context = context;
 }
 public MonitoramentoService(str_dbContext context)
 {
     _context = context;
 }
 public OrganizacaoService(str_dbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public OperacaoCodigoService(str_dbContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public TipoHardwareService(str_dbContext context)
 {
     _context = context;
 }
 public EquipamentoService(str_dbContext context)
 {
     _context = context;
 }
 public BlocoService(str_dbContext context)
 {
     _context = context;
 }
Esempio n. 9
0
 public HorarioSalaService(str_dbContext context)
 {
     _context = context;
 }
 public TipoUsuarioService(str_dbContext context)
 {
     _context = context;
 }
Esempio n. 11
0
 public SalaParticularService(str_dbContext context)
 {
     _context = context;
 }
 public HardwareDeSalaService(str_dbContext context)
 {
     _context = context;
 }
 public PlanejamentoService(str_dbContext context)
 {
     _context = context;
 }