Exemplo n.º 1
0
 public void AddToFavorites(Guid userId, string id)
 {
     _eventsRepository.AddToFavorites(userId, id);
 }