Example #1
0
 public static bool DeleteShow(int id)
 {
     return(ShowHandler.DeleteShow(id));
 }