コード例 #1
0
ファイル: HostController.cs プロジェクト: BliniUBT/airubt
 public async Task <IActionResult> GetHosts() => Ok(await _hostService.HostsList());