Esempio n. 1
0
 public UseCase()
 {
     instructionService = new InstructionService();
     movementService    = new MovementService();
 }
Esempio n. 2
0
 public InstructionTest()
 {
     instructionService = new InstructionService();
 }