Beispiel #1
0
 public async Task <Stands> UpdateStendAsync(Stands _stands)
 {
     return(await standsRepository.UpdateStendAsync(_stands));
 }