C# Class Agathas.Storefront.Shopping.Commands.AddProductToBasketCommand

Inheritance: IBusinessRequest
Show file Open project: elbandit/Asp-Net-Design-Patterns-CQRS

Public Methods

Method Description
AddProductToBasketCommand ( int productid, System.Guid basket_id ) : System

Method Details

AddProductToBasketCommand() public method

public AddProductToBasketCommand ( int productid, System.Guid basket_id ) : System
productid int
basket_id System.Guid
return System