C# 클래스 ModernWebStore.Domain.Commands.OrderCommands.CreateOrderItemCommand

파일 보기 프로젝트 열기: andrebaltieri/mwa-api

공개 메소드들

메소드 설명
CreateOrderItemCommand ( int quantity, decimal price, int product )

메소드 상세

CreateOrderItemCommand() 공개 메소드

public CreateOrderItemCommand ( int quantity, decimal price, int product )
quantity int
price decimal
product int