Exemplo n.º 1
0
        public Task UpdateOrderAsync(Order order)
        {
            _orderingContext.Update(order);

            return(_orderingContext.SaveChangesAsync());
        }