Пример #1
0
 public bool Showable(Guid id)
 {
     return(!Revoked && !Hide.Contains(id));
 }