namespace Netina.Domain.MartenEntities.Settings;
public class NetinaSetting
{
public int WebSiteType { get; set; }
}