コード例 #1
0
 public AutomatedTellerMachineProxy()
 {
     automatedTellerMachineContext = new AutomatedTellerMachineContext();
     validationController = new ValidationController();
 }
コード例 #2
0
 public AutomatedTellerMachineProxy()
 {
     automatedTellerMachineContext = new AutomatedTellerMachineContext();
     validationController          = new ValidationController();
 }