示例#1
0
 public eBooruBaseCommand(IHttpClientFactory httpClientFactory)
 {
     _client = httpClientFactory.CreateSilkClient();
 }