Exemplo n.º 1
0
        public IActionResult CreateLocationAll([FromBody] List <CreateLocationViewModel> model)
        {
            var user = _eventoService.CreateLocationAll(model);

            return(Ok(user));
        }