If I developed AR, as shown below, what do you think I should say about updating a property in one of the objects of the order line?
For example, how can I change the title for one of my order lines (example question)
This is the ordered root of order
public class Order { private readonly int id; private readonly Customer customer;
source share