Example #1
0
 public GetTotalForProductQuery(WorkflowAndCqrsContext context)
 {
     this.context = context;
 }
Example #2
0
 public AddOrderCommand(WorkflowAndCqrsContext context)
 {
     this.context = context;
 }