Esempio n. 1
0
        public IActionResult Index()
        {
            // No abstraction is needed for the ACModel for now.
            var ACModel = _ACRepository.GetAllAircrafts();

            return(View(ACModel));
        }