Method | Description | |
---|---|---|
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 | |
return |
public GetById ( System.Guid orderId ) : |
||
orderId | System.Guid | |
return |
public OrderController ( IOrderRepository repo ) : System | ||
repo | IOrderRepository | |
return | System |