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