C# 클래스 PetStoreWeb.Commands.PurchaseOrderCreateCommand

상속: ICommand
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence

공개 메소드들

메소드 설명
Execute ( object system ) : object
PurchaseOrderCreateCommand ( Account account, ContactInfo shippingInfo, ContactInfo billingInfo, CartItem items ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( object system ) : object
system object
리턴 object

PurchaseOrderCreateCommand() 공개 메소드

public PurchaseOrderCreateCommand ( Account account, ContactInfo shippingInfo, ContactInfo billingInfo, CartItem items ) : System
account Account
shippingInfo PetStoreWeb.Components.ContactInfo
billingInfo PetStoreWeb.Components.ContactInfo
items PetStoreWeb.Components.CartItem
리턴 System