Exemplo n.º 1
0
 public void AddCommentToWorkout(Comment commentToAdd)
 {
     commentRepo.AddCommentToWorkout(commentToAdd);
 }