Ejemplo n.º 1
0
 public string Post([FromBody] int order)
 {
     return(ArbolB <Movie> .OrderArbol(order));
 }