public bool GetSubscriptionExists(global::Oxite.Models.Post post, global::Oxite.Models.UserBase user)
 {
     throw new NotImplementedException();
 }
 public IList <global::Oxite.Models.PostSubscription> GetSubscriptions(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }
 public IEnumerable <global::Oxite.Models.TrackbackOutbound> GetUnsentTrackbacks(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }
 public void SaveComment(global::Oxite.Models.Post post, global::Oxite.Models.Comment comment)
 {
     throw new NotImplementedException();
 }
 public IQueryable <global::Oxite.Models.Comment> GetComments(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }
 public void Remove(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }