2018-12-10 23:40:38 -04:00
|
|
|
|
namespace BeWoPlanerMobil.Util
|
2018-12-03 19:14:35 -04:00
|
|
|
|
{
|
|
|
|
|
|
public class ValidationResult
|
|
|
|
|
|
{
|
2018-12-10 23:40:38 -04:00
|
|
|
|
public bool KannTrotzdemGespeichertWerden { get; set; } = true;
|
|
|
|
|
|
public string Message { get; set; }
|
2018-12-03 19:14:35 -04:00
|
|
|
|
}
|
|
|
|
|
|
}
|