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