Esempio n. 1
0
 public Contracts.Show FindShow(int showID)
 {
     ShowDal dal = new ShowDal();
     return dal.GetEntity(showID);
 }