Пример #1
0
 public T GetService <T>()
     where T : IVssClientService
 {
     return(_connection.GetService <T>());
 }