Exemplo n.º 1
0
 public TCacheMapper(CacheContainer cacheContainer)
     : base(cacheContainer)
 {
 }
Exemplo n.º 2
0
 public CacheMapperFactory(CacheContainer cacheContainer, params Assembly[] assemblys)
 {
     this.CacheContainer = cacheContainer;
     this.MapperTypes    = this.GetMapperTypes(assemblys).ToArray();
 }
Exemplo n.º 3
0
 public CacheMapper(CacheContainer cacheContainer)
     : base()
 {
     this.CacheContainer = cacheContainer;
 }