C# Class Restbucks.Service.Activities.PaymentActivity

Inheritance: IPaymentActivity
Show file Open project: SzymonPobiega/restbucks-wcf

Public Methods

Method Description
Pay ( int orderId, PaymentRepresentation paymentRepresentation, Uri requestUri ) : PaymentRepresentation
PaymentActivity ( IOrderRepository repository, PaymentRepresentationMapper paymentMapper ) : System

Method Details

Pay() public method

public Pay ( int orderId, PaymentRepresentation paymentRepresentation, Uri requestUri ) : PaymentRepresentation
orderId int
paymentRepresentation Restbucks.Service.Representations.PaymentRepresentation
requestUri System.Uri
return Restbucks.Service.Representations.PaymentRepresentation

PaymentActivity() public method

public PaymentActivity ( IOrderRepository repository, PaymentRepresentationMapper paymentMapper ) : System
repository IOrderRepository
paymentMapper Restbucks.Service.Mappers.PaymentRepresentationMapper
return System