This commit is contained in:
2020-05-24 14:39:49 +02:00
parent 897b801cd4
commit 96eb4a0d09
4 changed files with 9 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace zero.Debug
{
Include(new ApplicationValidator());
RuleFor(x => x.Description).NotEmpty();
//RuleFor(x => x.Description).NotEmpty();
}
}
}