Beispiel #1
0
 public BulbStartupService(LumosContext lumosContext)
 {
     context = lumosContext;
 }
Beispiel #2
0
 protected BulbController(LumosContext lumosContext)
 {
     this.lumosContext = lumosContext;
 }