예제 #1
0
파일: Comment.cs 프로젝트: Rabitttt/Foodex
 public void SetSeller(Seller value)
 {
     this.seller = value;
 }