ITreePage.cs 99 B

1234567
  1. namespace SiteCore
  2. {
  3. public interface ITreePage
  4. {
  5. object GetTreeData();
  6. }
  7. }