예제 #1
0
 public RoomsLastInfoController(IBoilerStatusStorage boilerStatusStorage)
 {
     _boilerStatusStorage = boilerStatusStorage;
 }
예제 #2
0
 public QuickInfoController(IBoilerStatusStorage boilerStatusStorage)
 {
     _boilerStatusStorage = boilerStatusStorage;
 }