init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.Orarend.Models
|
||||
{
|
||||
public class MulasztasNaplozasRogzites
|
||||
{
|
||||
public MulasztasNaplozasRogzites()
|
||||
{
|
||||
MulasztasList = new List<MulasztasNaplozasItemRogzites>();
|
||||
}
|
||||
|
||||
public int? TemaTanmenetId { get; set; }
|
||||
public string Tema { get; set; }
|
||||
public int? TanulasiEgysegId { get; set; }
|
||||
public List<MulasztasNaplozasItemRogzites> MulasztasList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user