Example #1
0
 public async Task <IActionResult> DeleteHost(int id)
 {
     _hostService.DeleteHost(id);
     return(Ok());
 }