Exemplo n.º 1
0
 public JsonHelper(string language, int team, string brand, string valueToSearch)
 {
     _api           = new ApiObject();
     _apiConfig     = Base._config.ApiConfig;
     _url           = _apiConfig.GetFeedUrlOtherBrand(language, brand, team);
     _valueToSearch = valueToSearch;
 }