StoreSettingCurrencyRepository constructor

StoreSettingCurrencyRepository(
  1. ParodiaHTTP http
)

Implementation

StoreSettingCurrencyRepository(ParodiaHTTP http) {
  _http = http;
}