示例#1
0
 public void AddFavourite(int id, int userId)
 {
     _repo.AddFavourite(id, userId);
 }