This commit is contained in:
skidoodle 2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View file

@ -0,0 +1,18 @@
namespace Kreta.BusinessLogic.Helpers.Nyomtatvanyok.Iktatas
{
public class FoszamDefinicioValueModel
{
public Enums.DokumentumElemiSzintEnum Szint { get; set; }
public int? IntezmenyId { get; set; }
public int? TanevId { get; set; }
public int? OsztalyId { get; set; }
public int? CsoportId { get; set; }
public int? TanarId { get; set; }
public int? EvfolyamId { get; set; }
public int? TeremId { get; set; }
public string GondviseloNeve { get; set; }
public string TanuloNeve { get; set; }
public string TanuloEgyediAzonosito { get; set; }
public string AlkalmazottEgyediAzonosito { get; set; }
}
}