示例#1
0
 public async Task <ActionResult <Ship> > GetShip(int shipId)
 {
     return(await _shipService.GetShipById(shipId));
 }