예제 #1
0
 public SetsController(SetsService ts, LegosService bs)
 {
     _ts = ts;
     _bs = bs;
 }
예제 #2
0
 public LegosController(LegosService bs)
 {
     _bs = bs;
 }
예제 #3
0
 public LegosController(LegosService ls, SetsService ss)
 {
     _ss = ss;
     _ls = ls;
 }