using System.Collections.Generic; using System.Text; namespace Kreta.BusinessLogic.HelperClasses { public class OraValidationCo { public OrarendiOraValidationCo OrarendiOraValidationCo { get; set; } = new OrarendiOraValidationCo(); public StringBuilder Msg { get; set; } = new StringBuilder(); public StringBuilder ErrorMsg { get; set; } = new StringBuilder(); public int? GroupId { get; set; } public List TorlendoHelyettesitesek { get; set; } = new List(); public List TorlendoSzamonkeresElorejelzesek { get; set; } = new List(); public bool IsKozpontiDuplicate { get; set; } public bool IsForDelete { get; set; } public bool IsChanged { get; set; } public bool OsztalyTanarTantargyModosult { get; set; } } }