public void RevertToCommitPoint(string storeName, CommitPointInfo commitPoint)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void RevertToCommitPoint(string storeName, CommitPointInfo commitPoint)
 {
     throw new NotImplementedException();
 }
 public Stream ExecuteQueryOnCommitPoint(CommitPointInfo commitPoint, string queryExpression, string resultsMediaType = null)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public Stream ExecuteQueryOnCommitPoint(CommitPointInfo commitPoint, string queryExpression, string resultsMediaType = null)
 {
     throw new NotImplementedException();
 }