Exemplo n.º 1
0
 public RepositoryFactory(string clientId, string clientSecret):this(ClientFactory.Create(clientId,clientSecret))
 {}
Exemplo n.º 2
0
 public RepositoryFactory(string developerToken) : this(ClientFactory.Create(developerToken))
 { }