Пример #1
0
 public static void ChangProductIsNew(int id, int status)
 {
     dal.ChangProductIsNew(id, status);
 }