inventorywarehouseManyPost method

Implementation

Future<
  chopper.Response<
    List<
      MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryWarehouseInventoryWarehouseLogic
    >
  >
>
inventorywarehouseManyPost({
  required List<WebApiModulesInventoryInventoryWarehouseInventoryWarehouse>?
  body,
}) {
  generatedMapping.putIfAbsent(
    MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryWarehouseInventoryWarehouseLogic,
    () =>
        MicrosoftAspNetCoreMvcActionResultWebApiModulesInventoryInventoryWarehouseInventoryWarehouseLogic
            .fromJsonFactory,
  );

  return _inventorywarehouseManyPost(body: body);
}