Exemplo n.º 1
0
        public void ShouldThrowInvalidOperationExceptionIfNotConnected()
        {
            var client = new GraphClient(new Uri("http://foo"));

            client.DeleteRelationship(123);
        }
Exemplo n.º 2
0
 public void ShouldThrowInvalidOperationExceptionIfNotConnected()
 {
     var client = new GraphClient(new Uri("http://foo"));
     client.DeleteRelationship(123);
 }