Пример #1
0
 public bool Match(NeoDatis.Odb.Test.VO.Human.Animal animal)
 {
     return(true);
 }
Пример #2
0
 public bool Match(NeoDatis.Odb.Test.VO.Human.Animal @object)
 {
     return(@object.GetName().StartsWith("my "));
 }