示例#1
0
 public void SetUp()
 {
     _auphonicService = new AuphonicService(Client);
     _auphonic        = new Auphonic(ClientId, ClientSecret, _auphonicService);
 }
示例#2
0
 public void SetUp()
 {
     _auphonicService = new AuphonicService(Client);
 }