Example #1
0
 public int Count([FromUri] SearchSeatEntity SearchSeatEntity)
 {
     return(SeatService.Count(UserEntity, SearchSeatEntity));
 }