Пример #1
0
 public IList GetListLike(Type type, String LikeProperty, Object LikeValue)
 {
     //BaseDataAccess mgr = new BaseDataAccess();
     using (mgr)
         return(mgr.GetListLikePropertyValue(type, LikeProperty, LikeValue));
 }