Exemplo n.º 1
0
 public RemoveCommand(Received received)
 {
     this.received = received;
 }
Exemplo n.º 2
0
 public AddCommand(Received received)
 {
     this.received = received;
 }