Beispiel #1
0
 public async Task <ObjectiveDTO> GetOneObjective(int objectiveId)
 {
     return(await _readerService.GetOneObjective(objectiveId));
 }