ДМ
Size: a a a
ДМ
G~
PM
IS
МD

АК
s
PM
PM
s
МD
PM
O
G~
N
const order = await OrdersRepository.findById(123);
console.log(order.total); //100
await DiscountsService.applyDiscount(order);
console.log(order.total); //90, но кроме этого поля может еще что то было изменено
Y💜
V
N
Y💜