Ejemplo n.º 1
0
 public bool GetSubscriptionExists(global::Oxite.Models.Post post, global::Oxite.Models.UserBase user)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public IList <global::Oxite.Models.PostSubscription> GetSubscriptions(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public IEnumerable <global::Oxite.Models.TrackbackOutbound> GetUnsentTrackbacks(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void SaveComment(global::Oxite.Models.Post post, global::Oxite.Models.Comment comment)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public IQueryable <global::Oxite.Models.Comment> GetComments(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void Remove(global::Oxite.Models.Post post)
 {
     throw new NotImplementedException();
 }