Esempio n. 1
0
        public async Task <IActionResult> Put(PageViewModel model)
        {
            await _pageServices.UpdatePageByIdAsync(model);

            return(Ok());
        }