Exemplo n.º 1
0
 public async Task <IActionResult> GetPath([FromBody] GetPath command)
 {
     return(Json(await _pointService.GetPath(command.originId, command.destinationId)));
 }