示例#1
0
 public WykopTag(HttpClient httpClient, WykopApiAccess wykopAccess) : base(httpClient, wykopAccess)
 {
 }
示例#2
0
 public WykopBase(HttpClient httpClient, WykopApiAccess wykopAccess)
 {
     this.httpClient  = httpClient;
     this.wykopAccess = wykopAccess;
 }