예제 #1
0
 public System.Collections.Generic.IEnumerable <Producto> BuscarProductoporTalleyCategoria(string talle, int?categoriaid)
 {
     return(_productoRepository.BuscarProductoporTalleyCategoria(talle, categoriaid));
 }