setbrochureManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesInventorySetBrochureSetBrochureLogic>>>
    setbrochureManyPost(
        {required List<WebApiModulesInventorySetBrochureSetBrochure>? body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesInventorySetBrochureSetBrochureLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesInventorySetBrochureSetBrochureLogic
              .fromJsonFactory);

  return _setbrochureManyPost(body: body);
}