public MomentsRepo(ZDDBContext zdDBcontext, IMongoDBBase mongoDBBase, ITagLibraryRepo tagLibraryRepo) : base(zdDBcontext) { _zdDBContext = zdDBcontext; _mongoDBBase = mongoDBBase; _tagLibraryRepo = tagLibraryRepo; }
public UserProductRepo(ZDDBContext zdDBcontext, ITagLibraryRepo tagLibraryRepo, ILoginUserProvider loginUserProvider) : base(zdDBcontext) { _zdDBContext = zdDBcontext; _tagLibraryRepo = tagLibraryRepo; _loginUserProvider = loginUserProvider; }