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