예제 #1
0
 public void MergeFavourite(int userId, int id, int quantity)
 {
     _favouriteRepository.MergeFavourite(userId, id, quantity);
 }