C# Class ModernWebStore.Domain.Commands.OrderCommands.CreateOrderItemCommand

Afficher le fichier Open project: andrebaltieri/mwa-api

Méthodes publiques

Méthode Description
CreateOrderItemCommand ( int quantity, decimal price, int product )

Method Details

CreateOrderItemCommand() public méthode

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