Exemplo n.º 1
0
        public async Task <IActionResult> CreateAsync([FromBody] WebSiteRequestModel model)
        {
            await webSiteService.CreateAsync(model);

            return(Ok());
        }