예제 #1
0
파일: CacheMapper.cs 프로젝트: limufan/EIM
 public TCacheMapper(CacheContainer cacheContainer)
     : base(cacheContainer)
 {
 }
예제 #2
0
 public CacheMapperFactory(CacheContainer cacheContainer, params Assembly[] assemblys)
 {
     this.CacheContainer = cacheContainer;
     this.MapperTypes    = this.GetMapperTypes(assemblys).ToArray();
 }
예제 #3
0
파일: CacheMapper.cs 프로젝트: limufan/EIM
 public CacheMapper(CacheContainer cacheContainer)
     : base()
 {
     this.CacheContainer = cacheContainer;
 }