7 lines
123 B
C#
7 lines
123 B
C#
namespace ShrlAlgoToolkit.Mvvm.Behaviors;
|
|
|
|
public interface IValidationExceptionHandler
|
|
{
|
|
bool IsValid { get; set; }
|
|
}
|