Example #1
0
 protected void CheckValidity(IValidatable entity)
 {
     if (!entity.isValid()) {
         throw CreateException(entity);
     }
 }