Example #1
0
 public static ShowDetail GetShowDetailById(int showId)
 {
     return(ShowHandler.GetShowDetailById(showId));
 }