Example #1
0
 public static bool CheckShowWithSeller(int showId, int UserId)
 {
     return(ShowHandler.CheckShowWithSeller(showId, UserId));
 }