Exemplo n.º 1
0
 public bool AvoidRecursive(SelfishPerson selfishPerson)
 {
     return ModelState.IsValid;
 }
Exemplo n.º 2
0
 public bool AvoidRecursive(SelfishPerson selfishPerson)
 {
     return(ModelState.IsValid);
 }
Exemplo n.º 3
0
 public object AvoidRecursive(SelfishPerson selfishPerson)
 {
     return(new SerializableModelStateDictionary(ModelState));
 }