soundprofilesoundManyPost method

Implementation

Future<
  chopper.Response<
    List<
      MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
    >
  >
>
soundprofilesoundManyPost({
  required List<
    WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound
  >?
  body,
}) {
  generatedMapping.putIfAbsent(
    MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic,
    () =>
        MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
            .fromJsonFactory,
  );

  return _soundprofilesoundManyPost(body: body);
}