Ejemplo n.º 1
0
 public iot_calendardayController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "iot_calendarday";
 }
 public ker_reftabController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "ker_reftab";
 }
Ejemplo n.º 3
0
 public iot_sampleController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "iot_sample";
 }
 public pcm_caleventController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "pcm_calevent";
 }
 public doc_documentController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "doc_document";
 }
Ejemplo n.º 6
0
 public pcm_ordersessionController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "pcm_ordersession";
 }
Ejemplo n.º 7
0
 public iot_weatherforecastController(CurrentWeatherContext context, IHubContext <ServerUpdateHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
     _entity     = "iot_weatherforecast";
 }