예제 #1
0
 public HomeController(ICrapService crapService)
 {
     _crapService = crapService;
 }
예제 #2
0
 public InjectMe(IAuthService auth, ICrapService crap)
 {
     _auth = auth;
     _crap = crap;
 }
예제 #3
0
 public CrapRunner(ICrapService crapService)
 {
     _crapService = crapService;
 }
예제 #4
0
 public InjectMe(IAuthService auth, ICrapService crap)
 {
     _auth = auth;
     _crap = crap;
 }