예제 #1
0
 public CatalogItemRepo(EcommerceCommandContext command, EcommerceQueryContext query)
 {
     this.command = command;
     this.query   = query;
 }
예제 #2
0
 public ProBasketRepo(EcommerceCommandContext command, EcommerceQueryContext query)
 {
     this.command = command;
     this.query   = query;
 }
예제 #3
0
 public OrderRepo(EcommerceCommandContext command, EcommerceQueryContext query)
 {
     this.command = command;
     this.query   = query;
 }