コード例 #1
0
 public WeChatDomainRepositoryImpl(WeChatServiceDbContext dbContext, ICacheManager cacheManager) : base(dbContext)
 {
     _cacheManager = cacheManager;
 }
コード例 #2
0
 public ApplicationRepositoryImpl(WeChatServiceDbContext dbContext) : base(dbContext)
 {
 }