摘要:
public static class CacheHelper { #region 设置缓存容器 //缓存容器 private static Dictionary CacheDictionary = new Dictionary(); /// /// 添加缓存 /// ... 阅读全文
摘要:
public static class QueryableExtension { public static IOrderedQueryable<T> OrderBy<T>(this IQueryable<T> query, string propertyName) { return _OrderB 阅读全文