Beispiel #1
0
 public static void ChangProductIsHot(int id, int status)
 {
     dal.ChangProductIsHot(id, status);
 }