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; }
}
}