Skip to content

Instantly share code, notes, and snippets.

@RemiBou
Created September 10, 2012 12:17
Show Gist options
  • Save RemiBou/3690611 to your computer and use it in GitHub Desktop.
Save RemiBou/3690611 to your computer and use it in GitHub Desktop.
RemiDDD sample Command
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