Beispiel #1
0
 public SecondTestCommand(TestEntity entity)
 {
     Entity = entity;
 }
Beispiel #2
0
 public FirstTestCommand(TestEntity entity)
 {
     Entity = entity;
 }