C# Class Restbucks.Service.Activities.PaymentActivity

Inheritance: IPaymentActivity
Afficher le fichier Open project: SzymonPobiega/restbucks-wcf

Méthodes publiques

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

Method Details

Pay() public méthode

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

PaymentActivity() public méthode

public PaymentActivity ( IOrderRepository repository, PaymentRepresentationMapper paymentMapper ) : System
repository IOrderRepository
paymentMapper Restbucks.Service.Mappers.PaymentRepresentationMapper
Résultat System