示例#1
0
        public async Task <bool> Buy(int id)

        {
            var result = await _repo.AddProductIntoCart(id);

            return(result);
        }