C# Class Commands.CustomerReturnMediaCommand

Inheritance: CommandBase
Show file Open project: jletroui/CQRSWorkshop

Public Properties

Property Type Description
CustomerId System.Guid
MediaId System.Guid

Public Methods

Method Description
CustomerReturnMediaCommand ( System.Guid customerId, System.Guid mediaId ) : System

Method Details

CustomerReturnMediaCommand() public method

public CustomerReturnMediaCommand ( System.Guid customerId, System.Guid mediaId ) : System
customerId System.Guid
mediaId System.Guid
return System

Property Details

CustomerId public property

public Guid,System CustomerId
return System.Guid

MediaId public property

public Guid,System MediaId
return System.Guid