Example #1
0
 public SenorsRepository(CHIBBContext newContext)
 {
     this._context = newContext;
 }
 public SensorvaluesController(CHIBBContext context, ISensorsRepository sensorsRepository)
 {
     _context           = context;
     _sensorsRepository = sensorsRepository;
 }
Example #3
0
 public SensorsController(CHIBBContext context)
 {
     _context = context;
 }