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