9 lines
249 B
C#
9 lines
249 B
C#
namespace WebsitePanel.Providers.HostedSolution
|
|
{
|
|
public class OrganizationSettingsEntity
|
|
{
|
|
public int ItemId { get; set; }
|
|
public string SettingsName { get; set; }
|
|
public string Xml { get; set; }
|
|
}
|
|
}
|