Ejemplo n.º 1
0
 // added at 4 juli 2007 10:45
 public IList GetListEqNotEqLessThan(Type type, string eqPropertyName, object eqPropertyValue,
                                     string eqPropertyName2, object eqPropertyValue2, string notEqPropertyName, object notEqPropertyValue, string lessThanPropertyName, object lessThanValue)
 {
     using (mgr)
         return(mgr.GetListEqNotEqLessThan(type, eqPropertyName, eqPropertyValue,
                                           eqPropertyName2, eqPropertyValue2, notEqPropertyName, notEqPropertyValue, lessThanPropertyName, lessThanValue));
 }