Ejemplo n.º 1
0
        public async Task <IActionResult> POIs()
        {
            var modal = new POIsView();

            modal.Types = await _mappingService.GetPOITypesForDepartmentAsync(DepartmentId);

            return(View(modal));
        }