SupplierRepository constructor

SupplierRepository(
  1. ParodiaHTTP http
)

Implementation

SupplierRepository(ParodiaHTTP http) {
  _http = http;
}