Esempio n. 1
0
 public SeatEntity GetId([FromBody] int SeatId)
 {
     return(SeatService.GetId(UserEntity, SeatId));
 }