Ejemplo n.º 1
0
 // injecting command and query dependencies
 public Consumer(CheckAttributeQuery query, SetAttributeCommand command)
 {
     this.query = query;
     this.command = command;
 }
Ejemplo n.º 2
0
 // injecting command and query dependencies
 public Consumer(CheckAttributeQuery query, SetAttributeCommand command)
 {
     this.query   = query;
     this.command = command;
 }