Пример #1
0
 public static Producto GetProducto(int id)
 {
     return(ProductoMapper.GetProducto(id));
 }