namespace Kreta.Web.Areas.Leptetes.Models { public class CsoportLeptetesRowModel { public int SourceID { get; set; } public string Nev { get; set; } public int Evfolyam { get; set; } public int? Osztalybontas { get; set; } } }