init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class ErettsegiEredmenyekKeresesPCO
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string Tanulo { get; set; }
|
||||
public int? OsztalyId { get; set; }
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
public string Tantargy { get; set; }
|
||||
public int? SzintId { get; set; }
|
||||
public int? TipusId { get; set; }
|
||||
public int? IrasbeliPontszam { get; set; }
|
||||
public int? SzobeliPontszam { get; set; }
|
||||
public int? GyakorlatiPontszam { get; set; }
|
||||
public int? OsszPontszam { get; set; }
|
||||
public int? Szazalek { get; set; }
|
||||
public int? Erdemjegy { get; set; }
|
||||
public string Megjegyzes { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue