public WeChatDomainRepositoryImpl(WeChatServiceDbContext dbContext, ICacheManager cacheManager) : base(dbContext)
 {
     _cacheManager = cacheManager;
 }
Beispiel #2
0
 public ApplicationRepositoryImpl(WeChatServiceDbContext dbContext) : base(dbContext)
 {
 }