Esempio n. 1
0
        public async Task <IActionResult> Create([FromBody] GenreWithoutIdModel model)
        {
            manager.Create(model);

            return(Ok());
        }