WarehouseRepository constructor

WarehouseRepository(
  1. ParodiaHTTP http
)

Implementation

WarehouseRepository(ParodiaHTTP http) {
  _http = http;
}