コード例 #1
0
 public void PrintSeller()
 {
     sellerList.Print();
 }
コード例 #2
0
 public void PrintProducts()
 {
     productsList.Print();
 }
コード例 #3
0
 public void PrintBuyer()
 {
     buyerList.Print();
 }