コード例 #1
0
 public RoomService(HeatingContext ctx)
 {
     _ctx = ctx;
 }
コード例 #2
0
 public LogService(HeatingContext ctx)
 {
     _ctx = ctx;
 }
コード例 #3
0
 public DeviceService(HeatingContext ctx)
 {
     _ctx = ctx;
 }