Exemplo n.º 1
0
 public CtfController(ICtfService ctfService)
 {
     _ctfService = ctfService;
 }
Exemplo n.º 2
0
 public AccountController(ICtfService ctfService, IAuthService authService)
 {
     _ctfService  = ctfService;
     _authService = authService;
 }