Ejemplo n.º 1
0
 public CCreatureTemplateRepo(CRepositoryContext repositoryContext, IAppCache cache)
     : base(repositoryContext, cache)
 {
 }
Ejemplo n.º 2
0
 public CReferenceLootTemplateRepo(CRepositoryContext repositoryContext, IAppCache cache)
     : base(repositoryContext, cache)
 {
 }
Ejemplo n.º 3
0
 public CItemTemplateRepo(CRepositoryContext repositoryContext, IAppCache cache)
     : base(repositoryContext, cache)
 {
 }
Ejemplo n.º 4
0
 public CRepositoryWrapper(CRepositoryContext repositoryContext, IAppCache cache)
 {
     _repoContext = repositoryContext;
     _cache       = cache;
 }