コード例 #1
0
 public void UpdateRelatedItem(string project, string app, string resource, string parentid, string relatedresource, string id, string format, Stream stream)
 {
     _commonService.UpdateRelatedItem(project, app, resource, parentid, relatedresource, id, format, stream);
 }