8 lines
187 B
C#
8 lines
187 B
C#
namespace BeWoPlanerMobil.Util
|
|
{
|
|
public class ValidationResult
|
|
{
|
|
public bool KannTrotzdemGespeichertWerden { get; set; } = true;
|
|
public string Message { get; set; }
|
|
}
|
|
} |