コード例 #1
0
        public string DeleteGoodBrand(List <string> brandsId)
        {
            var res = _manager.DeleteGoodsBrands(brandsId);

            return(Utils.SerializeObject(res));
        }