init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Kreta.Web.Areas.Orarend.Models
|
||||
{
|
||||
public class OrarendiOrakModel
|
||||
{
|
||||
public int Index { get; set; }
|
||||
|
||||
public string FullCalendarId
|
||||
{
|
||||
get
|
||||
{
|
||||
return "FullCalendar-" + Index;
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsFromSzervezet { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user