Ejemplo n.º 1
0
 public void ApplyRestriction(IDataRestriction <T> restriction)
 {
     restriction.Apply(this);
     if (!CanView && DenyingRestriction == null)
     {
         DenyingRestriction = restriction;
     }
 }