Exemplo n.º 1
0
 static IEnumerable<Dlc> InstalledDlcs(Game game, IHaveDlc hasDlcs) => hasDlcs.Dlcs.Where(x => x.IsInstalled(game));
Exemplo n.º 2
0
 static IEnumerable <Dlc> InstalledDlcs(Game game, IHaveDlc hasDlcs) => hasDlcs.Dlcs.Where(x => x.IsInstalled(game));