예제 #1
0
 public AccountController(ProfilesService ps, BlgsService bs)
 {
     _ps = ps;
     _bs = bs;
 }
예제 #2
0
 public BlgsController(BlgsService bs)
 {
     _bs = bs;
 }