7 lines
No EOL
173 B
C#
7 lines
No EOL
173 B
C#
namespace WebsitePanel.Providers.HostedSolution
|
|
{
|
|
public class OrganizationGeneralSettings
|
|
{
|
|
public string OrganizationLogoUrl { get; set; }
|
|
}
|
|
} |