Ejemplo n.º 1
0
 // added at 10 April 2007 18:54
 public IList GetListBetweenEqValue(Type type, string betweenPropertyName, object fromBetweenValue, object toBetweenValue, string eqPropertyName, object eqValue)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListBetweenEqValue(type, betweenPropertyName, fromBetweenValue, toBetweenValue, eqPropertyName, eqValue));
 }