Example #1
0
 public static bool HasEverPlayedAgainst(this IServerUser me, IServerUser other, IServerSupervisor supervisor)
 {
     return(supervisor.GetWinStatistics(me.Login, other.Login).GetTotalGames() > 0);
 }