コード例 #1
0
 public MomentsRepo(ZDDBContext zdDBcontext, IMongoDBBase mongoDBBase, ITagLibraryRepo tagLibraryRepo)
     : base(zdDBcontext)
 {
     _zdDBContext    = zdDBcontext;
     _mongoDBBase    = mongoDBBase;
     _tagLibraryRepo = tagLibraryRepo;
 }
コード例 #2
0
 public UserProductRepo(ZDDBContext zdDBcontext, ITagLibraryRepo tagLibraryRepo, ILoginUserProvider loginUserProvider) : base(zdDBcontext)
 {
     _zdDBContext       = zdDBcontext;
     _tagLibraryRepo    = tagLibraryRepo;
     _loginUserProvider = loginUserProvider;
 }