Метод | Описание | |
---|---|---|
ApplyDiscount ( System.Guid orderId, decimal discount ) : |
||
GetById ( System.Guid orderId ) : |
||
New ( |
||
OrderController ( IOrderRepository repo ) : System |
public ApplyDiscount ( System.Guid orderId, decimal discount ) : |
||
orderId | System.Guid | |
discount | decimal | |
Результат |
public GetById ( System.Guid orderId ) : |
||
orderId | System.Guid | |
Результат |
public OrderController ( IOrderRepository repo ) : System | ||
repo | IOrderRepository | |
Результат | System |