init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Kreta.BusinessLogic.Helpers.SystemSettings;
|
||||
using Kreta.Enums;
|
||||
using Kreta.Web.Helpers;
|
||||
|
||||
namespace Kreta.Web.Areas.Orarend.Models
|
||||
{
|
||||
public class InformaciokSearchModel
|
||||
{
|
||||
public InformaciokSearchModel()
|
||||
{
|
||||
TanoraTemaEllenorzobenLathato = new SystemSettingsHelper(ConnectionTypeExtensions.GetSessionConnectionType()).GetSystemSettingValue<bool>(RendszerBeallitasTipusEnum.Tanora_Tema_Az_Ellenorzoben);
|
||||
}
|
||||
|
||||
public bool TanoraTemaEllenorzobenLathato { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user