Esempio n. 1
0
 public void UpdateStatus(int id, int Sid)
 {
     _basketDal.UpdateBasket(id, Sid);
 }