departmentlocationManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic> > >
departmentlocationManyPost({
- required List<
WebApiModulesSettingsDepartmentLocationDepartmentLocation> ? body,
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic
>
>
>
departmentlocationManyPost({
required List<WebApiModulesSettingsDepartmentLocationDepartmentLocation>?
body,
}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic
.fromJsonFactory,
);
return _departmentlocationManyPost(body: body);
}