saleshistoryreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> saleshistoryreportPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    saleshistoryreportPreviewGet() {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _saleshistoryreportPreviewGet();
}