TagRepository constructor

TagRepository(
  1. ParodiaHTTP http
)

Implementation

TagRepository(ParodiaHTTP http) {
  _http = http;
}