示例#1
0
 public static void ChangProductAllowComment(int id, int status)
 {
     dal.ChangProductAllowComment(id, status);
 }