Ejemplo n.º 1
0
 public object GetClientFromType(Type type) => InnerConnection.GetClient(type);
Ejemplo n.º 2
0
 internal virtual T GetClient <T>() where T : VssHttpClientBase => InnerConnection.GetClient <T>();