OrderRepository constructor

OrderRepository(
  1. ParodiaHTTP http
)

Implementation

OrderRepository(ParodiaHTTP http) {
  _http = http;
}