Esempio n. 1
0
 public void UpdateShow(Contracts.Show showToUpdate)
 {
     ShowDal dal = new ShowDal();
     dal.UpdateEntity(showToUpdate);
 }