Exemple #1
0
 public async Task <ActionResult <IList <ItemAmountDTO> > > GetRemainingStock()
 {
     return(Ok(await service.GetRemainingStock()));
 }