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