Example #1
0
 public bool HasPreferenceForGame(Game game)
 {
     return(Preferences.Any(p => p.Game.ID == game.ID));
 }