init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
16
KretaWeb/Areas/Orarend/Models/InformaciokSearchModel.cs
Normal file
16
KretaWeb/Areas/Orarend/Models/InformaciokSearchModel.cs
Normal file
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue