fiscalmonthManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsFiscalMonthFiscalMonthLogic>>>
    fiscalmonthManyPost(
        {required List<WebApiModulesSettingsFiscalMonthFiscalMonth>? body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsFiscalMonthFiscalMonthLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsFiscalMonthFiscalMonthLogic
              .fromJsonFactory);

  return _fiscalmonthManyPost(body: body);
}