コード例 #1
0
 public static void Calculate(Prescription prescription)
 {
     var pc = new OldPrescriptionCalculator(prescription);
     pc.Start();
 }