示例#1
0
 public AccountService(IoTSharpClient client)
 {
     _client = client;
 }
示例#2
0
 public UserService(HttpClient httpClient, IoTSharpClient client)
 {
     _httpClient = httpClient;
     _client     = client;
 }