示例#1
0
 public void DeleteAttribute(Guid attributeId)
 {
     metadataServiceClient.DeleteEntityAttribute(attributeId);
     BindList();
 }