Exemple #1
0
 public async Task <IEnumerable <Workout> > GetByUser(int userId)
 {
     return(await _workoutRepository.GetByUser(userId));
 }