Esempio n. 1
0
 //_________ new method list sorting by asc or desc : yayang
 public IList GetSortByListLike(Type type, String LikeProperty, Object LikeValue, String sortProperty, String sortIn)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListLikePropertyValueSortBy(type, LikeProperty, LikeValue, sortProperty, sortIn));
 }