Beispiel #1
0
 public IList<CmsSitePath> GetParentPaths(Data.Guid siteGuid)
 {
     CmsSitePathDao dao = new CmsSitePathDao();
     return dao.FindParentPathsBySite(siteGuid);
 }