Exemplo n.º 1
0
 public Producto ObtenerProductoPorID(int id)
 {
     return(repository.GetProductById(id));
 }