So... If I run
_orderRepository.Save(cart);
and then load the cart I cannot see that
freshlyLoadedCart.Modified
is updated.
Am I missing something?
So... If I run
_orderRepository.Save(cart);
and then load the cart I cannot see that
freshlyLoadedCart.Modified
is updated.
Am I missing something?