コード例 #1
0
 public GameRoomsController(IGameRoomsService gameRoomsService)
 {
     _gameRoomsService = gameRoomsService;
 }
コード例 #2
0
 public GameRoomsController()
 {
     _gameRoomsService = ServicesFactory.GameRoomsService;
 }