Beispiel #1
0
 public async Task <ShowItem> GetByIdAsync(ItemId id)
 {
     return(await _showRepository.GetByIdAsync(id));
 }