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