ProductPriceGroupRepository constructor

ProductPriceGroupRepository(
  1. ParodiaHTTP http
)

Implementation

ProductPriceGroupRepository(ParodiaHTTP http) {
  _http = http;
}