Example #1
0
 public static List <Show> GetShowBySellerId(int sellerId)
 {
     return(ShowHandler.GetShowBySellerId(sellerId));
 }