예제 #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();
 }
예제 #2
0
 public void Remove(Babylon.Site.Models.MediaItem mediaItem)
 {
     throw new NotImplementedException();
 }
예제 #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();
 }
예제 #4
0
 public Guid Add(Babylon.Site.Models.MediaItem mediaItem)
 {
     throw new NotImplementedException();
 }