示例#1
0
 // GET: api/Seat/5
 public List <planeSeats_Result> Get(string id)
 {
     return(db.planeSeats(id).ToList());
 }