public void LoadHtmlText() { if (ThePlugg == null || ThePlugg.PluggId == 0 || CultureCode == null) { throw new Exception("Cannot laod HtmlText. Need PluggId and CultureCode"); } BaseRepository rep = new BaseRepository(); TheHtmlText = rep.GetPhText(CultureCode, ThePlugg.PluggId, (int)ETextItemType.PluggHtml); }
public void LoadTitle() { if (ThePlugg == null || ThePlugg.PluggId == 0 || CultureCode == null) { throw new Exception("Cannot load title. Need PluggId and CultureCode"); } BaseRepository rep = new BaseRepository(); TheTitle = rep.GetPhText(CultureCode, ThePlugg.PluggId, (int)ETextItemType.PluggTitle); }
public void LoadTitle() { if (ThePlugg == null || ThePlugg.PluggId == 0 || CultureCode == null) throw new Exception("Cannot load title. Need PluggId and CultureCode"); BaseRepository rep = new BaseRepository(); TheTitle = rep.GetPhText(CultureCode, ThePlugg.PluggId, (int)ETextItemType.PluggTitle); }
public void LoadHtmlText() { if (ThePlugg == null || ThePlugg.PluggId == 0 || CultureCode == null) throw new Exception("Cannot laod HtmlText. Need PluggId and CultureCode"); BaseRepository rep = new BaseRepository(); TheHtmlText = rep.GetPhText(CultureCode, ThePlugg.PluggId, (int)ETextItemType.PluggHtml); }