Exemple #1
0
 // added at 10 April 2007 17:25
 public IList GetListBetweenValue(Type type, string betweenPropertyName, object fromBetweenValue, object toBetweenValue)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListBetweenValue(type, betweenPropertyName, fromBetweenValue, toBetweenValue));
 }