organization general settings added

This commit is contained in:
vfedosevich 2015-04-07 01:01:19 -07:00
parent 60214cdcf1
commit 606233361f
19 changed files with 635 additions and 5 deletions

View file

@ -0,0 +1,7 @@
namespace WebsitePanel.Providers.HostedSolution
{
public class OrganizationGeneralSettings
{
public string OrganizationLogoUrl { get; set; }
}
}

View file

@ -3,5 +3,6 @@
public class OrganizationSettings
{
public const string PasswordSettings = "PasswordSettings";
public const string GeneralSettings = "GeneralSettings";
}
}

View file

@ -119,6 +119,7 @@
<Compile Include="HostedSolution\LyncUserPlanType.cs" />
<Compile Include="HostedSolution\LyncUsersPaged.cs" />
<Compile Include="HostedSolution\LyncVoicePolicyType.cs" />
<Compile Include="HostedSolution\OrganizationGeneralSettings.cs" />
<Compile Include="HostedSolution\OrganizationPasswordSettings.cs" />
<Compile Include="HostedSolution\OrganizationSecurityGroup.cs" />
<Compile Include="HostedSolution\OrganizationDeletedUser.cs" />