lostcontractreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> lostcontractreportPreviewGet()

Implementation

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

  return _lostcontractreportPreviewGet();
}