partsinventoryManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic>>>
    partsinventoryManyPost(
        {required List<WebApiModulesInventoryPartsInventoryPartsInventory>?
            body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryPartsInventoryPartsInventoryLogic
              .fromJsonFactory);

  return _partsinventoryManyPost(body: body);
}