CampaignRepository constructor

CampaignRepository(
  1. ParodiaHTTP http
)

Implementation

CampaignRepository(ParodiaHTTP http) {
  _http = http;
}