C# Class Restbucks.Service.Mappers.PaymentRepresentationMapper

Afficher le fichier Open project: SzymonPobiega/restbucks-wcf Class Usage Examples

Méthodes publiques

Méthode Description
GetDomainObject ( PaymentRepresentation paymentRepresentation ) : PaymentInformation
GetRepresentation ( PaymentInformation paymentInformation ) : PaymentRepresentation

Method Details

GetDomainObject() public méthode

public GetDomainObject ( PaymentRepresentation paymentRepresentation ) : PaymentInformation
paymentRepresentation Restbucks.Service.Representations.PaymentRepresentation
Résultat Restbucks.Service.Domain.PaymentInformation

GetRepresentation() public méthode

public GetRepresentation ( PaymentInformation paymentInformation ) : PaymentRepresentation
paymentInformation Restbucks.Service.Domain.PaymentInformation
Résultat Restbucks.Service.Representations.PaymentRepresentation