Files
BeWoPlaner/BeWoPlanerMobil/Util/ValidationResult.cs

8 lines
187 B
C#

namespace BeWoPlanerMobil.Util
{
public class ValidationResult
{
public bool KannTrotzdemGespeichertWerden { get; set; } = true;
public string Message { get; set; }
}
}