Ejemplo n.º 1
0
 public void CreateNewsSyndicationItem(string title, string content, string url, NewsTypeContract itemType, string username)
 {
     m_newsManager.CreateNewSyndicationItem(title, content, url, itemType, username);
 }