Esempio n. 1
0
 public static bool SupportsIHaveId(this DomainObject domainObject)
 {
     return(domainObject.GetKeyProperty() == "Id");
 }