public ActionResult GetMyShareListJson() { string userId = OperatorProvider.Provider.Current().UserId; var data = fileInfoBLL.GetMyShareList(userId); return(ToJsonResult(data)); }