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