protected override async Task ExtendedLoadModel() { GameSystem = await GameSystemService.GetAsync(Model.GameSystemId); }
private GameSystemService CreateGameSystemService() { var gameSystemService = new GameSystemService(); return(gameSystemService); }