コード例 #1
0
 public BakeSteakCommand(Cook1 cook)
 {
     _cook = cook;
 }
コード例 #2
0
 public CookSoupCommand(Cook1 cook)
 {
     _cook = cook;
 }