コード例 #1
0
 public bool changeUserInfo(seller_Entity sell)
 {
     return(db.changeUserInfo(sell));
 }