Esempio n. 1
0
 /// <summary>
 /// This method updates an existing news item.
 /// </summary>
 /// <param name="item"></param>
 public void Update(Babylon.Site.Models.NewsItem item)
 {
     throw new NotImplementedException();
 }
 public void Remove(Babylon.Site.Models.MediaItem mediaItem)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 /// <summary>
 /// This method adds a news item.
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public string Add(Babylon.Site.Models.NewsItem item)
 {
     throw new NotImplementedException();
 }
 public Guid Add(Babylon.Site.Models.MediaItem mediaItem)
 {
     throw new NotImplementedException();
 }