PhotoFolderRepository constructor

PhotoFolderRepository(
  1. ParodiaHTTP http
)

Implementation

PhotoFolderRepository(ParodiaHTTP http) {
  _http = http;
}