Ejemplo n.º 1
0
 public void Update(Candy candy)
 {
     _candyRepository.Update(candy);
 }