Ejemplo n.º 1
0
 public void UpdateStatus(int id, int status)
 {
     productDataAccess.UpdateStatus(id, status);
 }