예제 #1
0
 public Producto obtenerProducto(string id)
 {
     return(objCDProductos.obtenerProducto(id));
 }