Exemplo n.º 1
0
 public BulbStartupService(LumosContext lumosContext)
 {
     context = lumosContext;
 }
Exemplo n.º 2
0
 protected BulbController(LumosContext lumosContext)
 {
     this.lumosContext = lumosContext;
 }