Ejemplo n.º 1
0
 public static string GetId(this IDataObject dataObject)
 {
     return(dataObject.GetAttributeValue(Constants._ID));
 }