Beispiel #1
0
 public Candy GetCandyFromUserCandy(Guid userCandyId)
 {
     return(_repo.GetCandyFromDatabase(userCandyId));
 }