예제 #1
0
 public void EnsureHourIsGreaterThan()
 {
     ValidatorHelper.EnsureHourIsGreaterThan(10, 1, "Greater");
 }