Beispiel #1
0
        public IActionResult Index()
        {
            var model = new IndexVideModel
            {
                Ambulances = _servicesAmbulance.GetAllAmbulances(),
                Ips        = _servicesAmbulance.GetAllIps(),
                Services   = _servicesAmbulance.GetAllServices()
            };

            return(View(model));
        }