コード例 #1
0
 public void Update(CommentEntry entry)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
 }
コード例 #2
0
 public void Update(CommentEntry entry)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
 }
コード例 #3
0
 public void AddComment(CommentEntry item)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
     //this.context.AddObject("Comments", item);
     //this.context.SaveChanges();
 }
コード例 #4
0
 public void AddComment(CommentEntry item)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
     //this.context.AddObject("Comments", item);
     //this.context.SaveChanges();
 }