Пример #1
0
        private ReportCategoryLookupListsCacheObject GetReportCategoryAndLookups()
        {
            UcbServiceClient   sc           = new UcbServiceClient();
            ReportCategoryVMDC returnObject = sc.GetReportCategory(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            ReportCategoryLookupListsCacheObject CachedLists = new ReportCategoryLookupListsCacheObject();

            return(CachedLists);
        }