예제 #1
0
        private IntroductoryInformationLookupListsCacheObject GetIntroductoryInformationAndLookups()
        {
            UcbServiceClient            sc           = new UcbServiceClient();
            IntroductoryInformationVMDC returnObject = sc.GetIntroductoryInformation(HttpContext.Current.User.Identity.Name, HttpContext.Current.User.Identity.Name, "FrameworkAdmin", "", null);

            IntroductoryInformationLookupListsCacheObject CachedLists = new IntroductoryInformationLookupListsCacheObject();

            return(CachedLists);
        }