示例#1
0
 public RoomService(HeatingContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public LogService(HeatingContext ctx)
 {
     _ctx = ctx;
 }
 public DeviceService(HeatingContext ctx)
 {
     _ctx = ctx;
 }