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

Inheritance: IBusinessRequest
Afficher le fichier Open project: elbandit/Asp-Net-Design-Patterns-CQRS

Méthodes publiques

Méthode Description
AddProductToBasketCommand ( int productid, System.Guid basket_id ) : System

Method Details

AddProductToBasketCommand() public méthode

public AddProductToBasketCommand ( int productid, System.Guid basket_id ) : System
productid int
basket_id System.Guid
Résultat System