示例#1
0
        public async Task <bool> Delete(int id)
        {
            var result = await _restaurantBusiness.Delete(id);

            return(result);
        }