16 lines
486 B
C#
16 lines
486 B
C#
using System;
|
|
|
|
namespace Kreta.Web.Areas.Orarend.Models
|
|
{
|
|
public class InformaciokOrarendModel
|
|
{
|
|
|
|
public string HetirendJson { get; set; }
|
|
public string NaptariHetekHetirendJson { get; set; }
|
|
public string HetesekJson { get; set; }
|
|
public TimeSpan CalendarMinTime { get; set; }
|
|
public TimeSpan CalendarMaxTime { get; set; }
|
|
public int AktualisHetSorszam { get; set; }
|
|
public bool IsOraTemaTooltip { get; set; }
|
|
}
|
|
}
|