예제 #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;
 }