摘要: 1 /// <summary> 2 /// Standard interface for data access using stored procedures 3 /// </summary> 4 public interface IDataAccess 5 { 6 string Connecti 阅读全文
posted @ 2023-12-05 15:35 王小二不在家 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1 public interface ICacheManager 2 { 3 object GetFromCache(string key); 4 void AddToCache(string key, TimeSpan expireTimeSpan, RefreshObjectDelegate r 阅读全文
posted @ 2023-12-05 15:25 王小二不在家 阅读(23) 评论(0) 推荐(0) 编辑