C# 클래스 Restbucks.Service.Activities.PaymentActivity

상속: IPaymentActivity
파일 보기 프로젝트 열기: SzymonPobiega/restbucks-wcf

공개 메소드들

메소드 설명
Pay ( int orderId, PaymentRepresentation paymentRepresentation, Uri requestUri ) : PaymentRepresentation
PaymentActivity ( IOrderRepository repository, PaymentRepresentationMapper paymentMapper ) : System

메소드 상세

Pay() 공개 메소드

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

PaymentActivity() 공개 메소드

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