Пример #1
0
 public void UpdateRelatedList(string project, string app, string resource, string parentid, string relatedResource, string format, Stream stream)
 {
     _commonService.UpdateRelatedList(project, app, resource, parentid, relatedResource, format, stream);
 }