ReportRepository constructor

ReportRepository(
  1. ParodiaHTTP http
)

Implementation

ReportRepository(ParodiaHTTP http) {
  _http = http;
}