C# Class AsgQuizzes.OrderController

Exibir arquivo Open project: asg123/NTRquizzes

Public Methods

Method Description
ApplyDiscount ( System.Guid orderId, decimal discount ) : Order
GetById ( System.Guid orderId ) : Order
New ( Order order ) : Order
OrderController ( IOrderRepository repo ) : System

Method Details

ApplyDiscount() public method

public ApplyDiscount ( System.Guid orderId, decimal discount ) : Order
orderId System.Guid
discount decimal
return Order

GetById() public method

public GetById ( System.Guid orderId ) : Order
orderId System.Guid
return Order

New() public method

public New ( Order order ) : Order
order Order
return Order

OrderController() public method

public OrderController ( IOrderRepository repo ) : System
repo IOrderRepository
return System