UserRepository constructor

UserRepository(
  1. ParodiaHTTP http
)

Implementation

UserRepository(ParodiaHTTP http) {
  _http = http;
}