Esempio n. 1
0
 // added at 21 April 2007 12:49
 public IList GetListLessThan(Type type, string lessThanPropertyName, object lessThanValue)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListLessThan(type, lessThanPropertyName, lessThanValue));
 }