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

            return(Ok(user));
        }