10 lines
274 B
C#
10 lines
274 B
C#
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; }
|
|
}
|
|
}
|