예제 #1
0
 public AccountController(ISetGameAppService app)
 {
     _app = app;
 }
예제 #2
0
 public PlayersController(ISetGameAppService appService)
 {
     _appService = appService;
 }