departmentlocationManyPost method

Implementation

Future<
  chopper.Response<
    List<
      MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic
    >
  >
>
departmentlocationManyPost({
  required List<WebApiModulesSettingsDepartmentLocationDepartmentLocation>?
  body,
}) {
  generatedMapping.putIfAbsent(
    MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic,
    () =>
        MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic
            .fromJsonFactory,
  );

  return _departmentlocationManyPost(body: body);
}