Exemplo n.º 1
0
        public ActionResult Delete(long id, string serialNumber, string registration, DateTime registrationDate, bool hasCrashed)
        {
            aircraftRegistryRepository.DeleteById(id);

            return(View("ObjectsRemoved"));
        }