using System.Collections.Generic; using Kreta.Web.Helpers.TabStrip; namespace Kreta.Web.Areas.Orarend.Models { public class InformaciokOra { public InformaciokOra() { TabList = new List(); } public List TabList { get; set; } } }