namespace Kreta.BusinessLogic.HelperClasses.AmiTorzslapCOs { public class MuveszetiAgTantargyCo { public int Id { get; set; } public int TanuloId { get; set; } public int TanuloCsoportId { get; set; } public string Nev { get; set; } public int KotelezosegId { get; set; } public string Osztalyzat { get; set; } public string Jeloles { get; set; } public bool IsFotargy { get; set; } public bool IsSzoveges { get; set; } public int Sorszam { get; set; } public bool IsSzorgalom { get; set; } public string TanszakNeve { get; set; } public string ErtekelesSzoveg { get; set; } public int? OsztalyzatValue { get; set; } public bool IsAtlagbaNemSzamitBe { get; set; } public int? KapcsolodoFotargyId { get; set; } public int? MuveszetiAgId { get; set; } } }