示例#1
0
 protected override void Validate()
 {
     EntityConcerns.IsEmpty(Title, "Title cannot be null or empty.");
 }
示例#2
0
 protected override void Validate()
 {
     EntityConcerns.IsEmpty(Owner, "The TestCaseRun Owner cannot be null or empty");
 }