コード例 #1
0
ファイル: TicketController.cs プロジェクト: xifengfang/Seat
 public IHttpActionResult GetCount(bool aisle, SeatType type)
 {
     return(Ok(_seatService.GetSeatCount(aisle, type)));
 }