コード例 #1
0
ファイル: Comment.cs プロジェクト: Rabitttt/Foodex
 public void SetSeller(Seller value)
 {
     this.seller = value;
 }