Пример #1
0
 public async Task <Ship> GetShipById(int id)
 {
     return(await _shipRepository.GetAsync(id));
 }