public MembersService(HNContext dbContext) { this._dbContext = dbContext; }
public NotifyService(HNContext dbContext) { this._dbContext = dbContext; }