예제 #1
0
 public void Gt(string propertyName, object value)
 {
     Criterion = HqlRestrictions.Gt(propertyName, value);
 }