コード例 #1
0
ファイル: CtfController.cs プロジェクト: ErikHen/VisualCtf
 public CtfController(ICtfService ctfService)
 {
     _ctfService = ctfService;
 }
コード例 #2
0
 public AccountController(ICtfService ctfService, IAuthService authService)
 {
     _ctfService  = ctfService;
     _authService = authService;
 }