示例#1
0
 public void Update(Candy candyToChange, Guid candyIdToUpdate)
 {
     _repo.ChangeCandy(candyToChange, candyIdToUpdate);
 }