websitepanel/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationGeneralSettings.cs
2015-04-07 01:01:19 -07:00

7 lines
No EOL
173 B
C#

namespace WebsitePanel.Providers.HostedSolution
{
public class OrganizationGeneralSettings
{
public string OrganizationLogoUrl { get; set; }
}
}