Ejemplo n.º 1
0
 public async Task <IActionResult> CreateHost([FromBody] Host host)
 {
     _hostService.CreateHost(host);
     return(Ok());
 }