Пример #1
0
        public Ship GetShipDetailsById(int shipId)
        {
            ShipDAL shipDal = new ShipDAL();

            //Ship ship = new Ship();

            return(shipDal.GetShipDetailsById(shipId));
        }