예제 #1
0
 protected string GetModelReviewsUrl(string model)
 {
     if (handSets == null)
     {
         InitializeDataStruct();
     }
     return(handSets.GetReviewsUrl(model));
 }