organization general settings added
This commit is contained in:
parent
60214cdcf1
commit
606233361f
19 changed files with 635 additions and 5 deletions
|
@ -0,0 +1,7 @@
|
|||
namespace WebsitePanel.Providers.HostedSolution
|
||||
{
|
||||
public class OrganizationGeneralSettings
|
||||
{
|
||||
public string OrganizationLogoUrl { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue