コード例 #1
0
 public void MakeSandwich()
 {
     _wheat.Add();
     _ham.Add();
     _lettuce.Add();
 }