摘要: public static class CacheHelper { #region 设置缓存容器 //缓存容器 private static Dictionary CacheDictionary = new Dictionary(); /// /// 添加缓存 /// ... 阅读全文
posted @ 2019-06-03 17:27 Dot-Logs 阅读(235) 评论(0) 推荐(0) 编辑
摘要: public static class QueryableExtension { public static IOrderedQueryable<T> OrderBy<T>(this IQueryable<T> query, string propertyName) { return _OrderB 阅读全文
posted @ 2019-06-03 17:24 Dot-Logs 阅读(277) 评论(0) 推荐(0) 编辑