コード例 #1
0
 ///api/ApiProducto/#id
 public List <Producto> Get(int id)
 {
     return(producto.ObtenerProductoId(id));
 }