AssignedCatalogRepository constructor

AssignedCatalogRepository(
  1. ParodiaHTTP http
)

Implementation

AssignedCatalogRepository(ParodiaHTTP http) {
  _http = http;
}