Exemple #1
0
 public Candy GetById(int Id)
 {
     return(_candyRepository.GetById(Id));
 }