init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
using Kreta.Web.Helpers.TabStrip;
|
||||
|
||||
namespace Kreta.Web.Areas.Orarend.Models
|
||||
{
|
||||
public class InformaciokOra
|
||||
{
|
||||
public InformaciokOra()
|
||||
{
|
||||
TabList = new List<TabStripItemModel>();
|
||||
}
|
||||
|
||||
public List<TabStripItemModel> TabList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user