10 lines
310 B
C#
10 lines
310 B
C#
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; }
|
|
}
|
|
}
|