Created
September 10, 2012 12:17
-
-
Save RemiBou/3690611 to your computer and use it in GitHub Desktop.
RemiDDD sample Command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SellProductCommand : ICommand | |
{ | |
public int ProductId { get; set; } | |
public int CustomerId { get; set; } | |
public string SellerComment { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment