public void CreateNotInitializedProfile(string profileName, string accountName)
		{
			_profileGateway = CreateProfileGateway(accountName, profileName, false);
		}
示例#2
0
 public void CreateNotInitializedProfile(string profileName, string accountName)
 {
     _profileGateway = CreateProfileGateway(accountName, profileName, false);
 }