init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user