public void UpdateItemAll(string app, string resource, string id, string format, Stream stream) { _commonService.UpdateItemAll(app, resource, id, format, stream); }