protected override async Task ExtendedLoadModel()
 {
     GameSystem = await GameSystemService.GetAsync(Model.GameSystemId);
 }
예제 #2
0
        private GameSystemService CreateGameSystemService()
        {
            var gameSystemService = new GameSystemService();

            return(gameSystemService);
        }