public UrlInfo GetUrl(int PortalID, string Url) { return((UrlInfo)CBO.FillObject(DataProvider.Instance().GetUrl(PortalID, Url), typeof(UrlInfo))); }
public UrlTrackingInfo GetUrlTracking(int PortalID, string Url, int ModuleId) { return((UrlTrackingInfo)CBO.FillObject(DataProvider.Instance().GetUrlTracking(PortalID, Url, ModuleId), typeof(UrlTrackingInfo))); }
public ArrayList GetUrls(int PortalID) { return(CBO.FillCollection(DataProvider.Instance().GetUrls(PortalID), typeof(UrlInfo))); }