コード例 #1
0
 public bool DeleteReview(int id)
 {
     return(context.DeleteReview(id));
 }