projectmanagerbillingreportValidateofficelocationBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
projectmanagerbillingreportValidateofficelocationBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
projectmanagerbillingreportValidateofficelocationBrowsePost({
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
);
return _projectmanagerbillingreportValidateofficelocationBrowsePost(
body: body,
);
}