Exemplo n.º 1
0
 public async Task <IActionResult> GetEdges()
 {
     return(Ok(await _service.GetEdges()));
 }
Exemplo n.º 2
0
 private List <EdgeViewModel> GetEdges()
 {
     return(Service.GetEdges().GetAwaiter().GetResult());
 }