Ejemplo n.º 1
0
 public async Task <InventoryItemDto> ItemAsync(Guid id)
 {
     return(await _readRepository.ModelAsync(id));
 }