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

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

공개 메소드들

메소드 설명
GetDomainObject ( ItemRepresentation itemRepresentation ) : Item
GetRepresentation ( Item item ) : ItemRepresentation

메소드 상세

GetDomainObject() 공개 메소드

public GetDomainObject ( ItemRepresentation itemRepresentation ) : Item
itemRepresentation Restbucks.Service.Representations.ItemRepresentation
리턴 Restbucks.Service.Domain.Item

GetRepresentation() 공개 메소드

public GetRepresentation ( Item item ) : ItemRepresentation
item Restbucks.Service.Domain.Item
리턴 Restbucks.Service.Representations.ItemRepresentation