Exemplo n.º 1
0
 public async Task RemoveNode(Guid schemeId, Guid nodeId)
 {
     await SchemeService.RemoveNodeFromScheme(schemeId, nodeId);
 }