Last active
December 26, 2015 18:29
-
-
Save joladev/7194626 to your computer and use it in GitHub Desktop.
OO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ProfileLoaderConfigurationManagerFactory plcmf = new ProfileLoaderConfigurationManagerFactory(); | |
ProfileLoaderConfigurationManager pclm = pclmf.GetProfileLoaderConfigurationManager(); | |
ContextWrapperManagerFactoryProxy cwmfp = ContextWrapperManagerFactoryProxy.GetContextWrapperManager(); | |
ContextWrapper cw = cwmfp.GetContextWrapper(context); | |
GetProfileLoaderContextApplicationManager gplcam = GetProfileLoaderContextApplicationManagerFactory.GetProfileLoaderContextApplicationManager(); | |
ProfileLoader loader = gplcam.CallGetProfileLoaderWithContextWrapper(pclm, cw); | |
UserProfile profile = loader.GetUserProfile(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So pretty