init
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Web.Areas.Hianyzas.Models
|
||||
{
|
||||
public class IgazolasMentesModel
|
||||
{
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
public string TanuloNev { get; set; }
|
||||
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
public DateTime IgazolasElsoNap { get; set; }
|
||||
|
||||
public DateTime IgazolasUtolsoNap { get; set; }
|
||||
|
||||
public int IgazolasTipus { get; set; }
|
||||
|
||||
public string IgazolasSzovegesTartalma { get; set; }
|
||||
|
||||
public int? SzervezetId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user