Example #1
0
 public CtfController(ICtfService ctfService)
 {
     _ctfService = ctfService;
 }
Example #2
0
 public AccountController(ICtfService ctfService, IAuthService authService)
 {
     _ctfService  = ctfService;
     _authService = authService;
 }