7 lines
125 B
C#
7 lines
125 B
C#
|
|
namespace Netina.Domain.MartenEntities.Settings;
|
|||
|
|
public class NetinaSetting
|
|||
|
|
{
|
|||
|
|
public int WebSiteType { get; set; }
|
|||
|
|
}
|
|||
|
|
|