コード例 #1
0
 public void TestInitialize()
 {
     profile = new ProfilePerIndicator
     {
         LiveHostUrl = "live-host",
         TestHostUrl = "test-host",
         ProfileUrl = "key",
         GroupId = GroupId,
         AreaTypeId = AreaTypeId
     };
 }
コード例 #2
0
 public ProfileUrl(ProfilePerIndicator profile, bool isEnvironmentLive)
 {
     _profile = profile;
     _isEnvironmentLive = isEnvironmentLive;
 }