C# 클래스 Restbucks.Service.Mappers.PaymentRepresentationMapper

파일 보기 프로젝트 열기: SzymonPobiega/restbucks-wcf 1 사용 예제들

공개 메소드들

메소드 설명
GetDomainObject ( PaymentRepresentation paymentRepresentation ) : PaymentInformation
GetRepresentation ( PaymentInformation paymentInformation ) : PaymentRepresentation

메소드 상세

GetDomainObject() 공개 메소드

public GetDomainObject ( PaymentRepresentation paymentRepresentation ) : PaymentInformation
paymentRepresentation Restbucks.Service.Representations.PaymentRepresentation
리턴 Restbucks.Service.Domain.PaymentInformation

GetRepresentation() 공개 메소드

public GetRepresentation ( PaymentInformation paymentInformation ) : PaymentRepresentation
paymentInformation Restbucks.Service.Domain.PaymentInformation
리턴 Restbucks.Service.Representations.PaymentRepresentation