示例#1
0
 public UseCase()
 {
     instructionService = new InstructionService();
     movementService    = new MovementService();
 }
示例#2
0
 public InstructionTest()
 {
     instructionService = new InstructionService();
 }