C# Class Sample.Commands.AdjustInventoryCountCommand

Inheritance: Command
Datei anzeigen Open project: thedersen/DDDCourse

Public Methods

Method Description
AdjustInventoryCountCommand ( System.Guid id, int version, int adjustBy ) : System

Method Details

AdjustInventoryCountCommand() public method

public AdjustInventoryCountCommand ( System.Guid id, int version, int adjustBy ) : System
id System.Guid
version int
adjustBy int
return System