projectmanagerbillingreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> projectmanagerbillingreportPreviewGet()

Implementation

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

  return _projectmanagerbillingreportPreviewGet();
}