C# 클래스 ClassLibrary.ShoppingCartItem

파일 보기 프로젝트 열기: snahider/Test-Automation-NET 1 사용 예제들

공개 메소드들

메소드 설명
AdjustQuantity ( int newQuantity ) : void
ShoppingCartItem ( Product product, int quantity )

메소드 상세

AdjustQuantity() 공개 메소드

public AdjustQuantity ( int newQuantity ) : void
newQuantity int
리턴 void

ShoppingCartItem() 공개 메소드

public ShoppingCartItem ( Product product, int quantity )
product Product
quantity int