rentalcategoryManyPost method

Implementation

Future<
        chopper.Response<
            List<
                MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsInventorySettingsRentalCategoryRentalCategoryLogic>>>
    rentalcategoryManyPost(
        {required List<
                WebApiModulesSettingsInventorySettingsRentalCategoryRentalCategory>?
            body}) {
  generatedMapping.putIfAbsent(
      MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsInventorySettingsRentalCategoryRentalCategoryLogic,
      () =>
          MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsInventorySettingsRentalCategoryRentalCategoryLogic
              .fromJsonFactory);

  return _rentalcategoryManyPost(body: body);
}