Example #1
0
 public static Show GetShowByToken(string token)
 {
     return(ShowHandler.GetShowByToken(token));
 }