Example #1
0
 public long GetGamePlayedFromPlayer()
 {
     if (player != null)
     {
         return(playedGameRepository.GetCountFromPlayer(player.Id));
     }
     return(0);
 }