Пример #1
0
        public List <Ship> GetAllShipForDropDown()
        {
            ShipDAL shipDal = new ShipDAL();

            return(shipDal.GetAllShipForDropDown());
        }