public ShopCarController(IGoodsList goodsList) { redis = new CSRedis.CSRedisClient("127.0.0.1:6379"); RedisHelper.Initialization(redis); _goodsList = goodsList; }
public DefaultController(IGoodsList goodsList) { _goodsList = goodsList; }