Exemplo n.º 1
0
 public async Task <IActionResult> AddItems(IEnumerable <MagicItemDto> magicItems) =>
 PrepareResponse(await service.AddStockAsync(magicItems));