コード例 #1
0
        private ApplicationLookupListsCacheObject GetApplicationAndLookups()
        {
            UcbServiceClient sc           = new UcbServiceClient();
            ApplicationVMDC  returnObject = sc.GetApplication(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            ApplicationLookupListsCacheObject CachedLists = new ApplicationLookupListsCacheObject();

            return(CachedLists);
        }