Beispiel #1
0
 public HistoriesController(CgmContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DevicesController(CgmContext context)
 {
     _context = context;
 }
 public ConfigurationsController(CgmContext context)
 {
     _context = context;
 }