Example #1
0
 partial void DeleteLike(Like instance);
Example #2
0
 partial void UpdateLike(Like instance);
Example #3
0
 private void detach_Likes(Like entity)
 {
     this.SendPropertyChanging();
     entity.Comment = null;
 }
Example #4
0
 partial void InsertLike(Like instance);
Example #5
0
 private void attach_Likes(Like entity)
 {
     this.SendPropertyChanging();
     entity.Comment = this;
 }