Files
cms_thermo_active/Step.Model/ConfigModels/AreasConfigModel.cs
T
CMS4390\marantalu a05c3aeb85 Improved configuration
Added signalR auth
2017-12-01 17:18:18 +01:00

16 lines
342 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Step.Model.ConfigModels
{
public class AreasConfigModel
{
public string Name { get; set; }
public bool Enabled { get; set; }
public bool AllowExternalBrowser { get; set; }
}
}