C# 클래스 Agathas.Storefront.Shopping.Commands.RemoveProductFromBasketCommand

상속: IBusinessRequest
파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
RemoveProductFromBasketCommand ( System.Guid get_basket_id, int product_id ) : System

메소드 상세

RemoveProductFromBasketCommand() 공개 메소드

public RemoveProductFromBasketCommand ( System.Guid get_basket_id, int product_id ) : System
get_basket_id System.Guid
product_id int
리턴 System