// Put
 public async Task <IEnumerable <InventoryProductSummary> > UpdateAvailableProductsQuantity(
     List <InvProductOperation> inventoryProducts)
 {
     return(await _inventoryServices.UpdateAvailableProductsQuantity(inventoryProducts));
 }