コード例 #1
0
 public static ProductoDTO ObtenerProductoFiltroID(int id)
 {
     return(ProductoData.ObtenerProductoFiltroID(id));
 }