Esempio n. 1
0
 public void DeleteShow(int showId)
 {
     ShowDal dal = new ShowDal();
     dal.DeleteEntity(showId);
 }