Beispiel #1
0
 public System.Collections.Generic.IEnumerable <Producto> BuscarProductoporCategoria(int?categoria)
 {
     return(_productoRepository.BuscarProductoporCategoria(categoria));
 }