Ejemplo n.º 1
0
 public RoomService(HeatingContext ctx)
 {
     _ctx = ctx;
 }
Ejemplo n.º 2
0
 public LogService(HeatingContext ctx)
 {
     _ctx = ctx;
 }
Ejemplo n.º 3
0
 public DeviceService(HeatingContext ctx)
 {
     _ctx = ctx;
 }