更新整理
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace ShrlAlgoToolkit.Mvvm.Behaviors;
|
||||
|
||||
public interface IValidationExceptionHandler
|
||||
{
|
||||
bool IsValid { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user