namespace Kreta.BusinessLogic.HelperClasses { public class KozpontiOraValidationCo { public bool IsValid { get; set; } public string ErrorMessage { get; set; } public bool HasTeremutkozes { get; set; } public int TeremutkozesSystemSettingsValue { get; set; } } }