Beispiel #1
0
 public async Task DeleteStendsAsync(int _expoId, int _standId)
 {
     await standsRepository.DeleteStendsAsync(_expoId, _standId);
 }