Beispiel #1
0
 public DatasetDTO GetActivityDataset(int datasetId)
 {
     return(_datasetService.GetActivityDatasetDTO(datasetId));
 }