using System.Collections.Generic; namespace Kreta.Web.Areas.Tantargy.Models { public class TanmenetModel { public int FoglalkozasId { get; set; } public int AlkalmazottId { get; set; } public List TanmenetBejegyzesek { get; set; } } }