init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
namespace Kreta.Web.Areas.Orarend.Models
|
||||
{
|
||||
public class MulasztasNaplozasItemRogzites
|
||||
{
|
||||
public int? MulasztasRowId { get; set; }
|
||||
public int TanuloId { get; set; }
|
||||
public int? MulasztasTipus { get; set; }
|
||||
public int? Keses { get; set; }
|
||||
|
||||
public bool HazifeladatHiany { get; set; }
|
||||
public bool FelszerelesHiany { get; set; }
|
||||
public bool Felmentes { get; set; }
|
||||
public bool TanoraiDicseret { get; set; }
|
||||
|
||||
public int? HazifeladatHianyId { get; set; }
|
||||
public int? FelszerelesHianyId { get; set; }
|
||||
public int? FelmentesId { get; set; }
|
||||
public int? TanoraiDicseretId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue