BrandRepository constructor

BrandRepository(
  1. ParodiaHTTP http
)

Implementation

BrandRepository(ParodiaHTTP http) {
  _http = http;
}