Ejemplo n.º 1
0
 public virtual bool IsDirtyProperty(object obj, string propertyName)
 {
     return(m_helperPoco.IsDirtyProperty(obj, propertyName));
 }