Ejemplo n.º 1
0
 public int GetCount(PersonaClassification classification)
 {
     return(Rounds.Where(r => r.TrustExchange.PersonaClassification == classification).Count());
 }
Ejemplo n.º 2
0
 public int GetCount(PersonaClassification classification)
 {
     return Rounds.Where(r => r.TrustExchange.PersonaClassification == classification).Count();
 }