Beispiel #1
0
 public async Task <StandFromJson.Value> getStands(int _expoId)
 {
     return(await standsRepository.getStands(_expoId));
 }