Exemplo n.º 1
0
 public void AddFavorite(int userId, int exerciseId)
 {
     _sqlContext.AddNewFavorite(exerciseId, userId);
 }