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