Exemplo n.º 1
0
 public CommandHub(IHandleChanges EventAppliers)
 {
     this.EventAppliers = new IHandleChanges[] { this, EventAppliers };
 }
Exemplo n.º 2
0
 public CommandHub(IHandleChanges EventAppliers)
 {
     this.EventAppliers = new IHandleChanges[] {this,EventAppliers};
 }