Example #1
0
 partial void DeleteHoa(Hoa instance);
Example #2
0
 partial void UpdateHoa(Hoa instance);
Example #3
0
 private void detach_Hoas(Hoa entity)
 {
     this.SendPropertyChanging();
     entity.LoaiHoa = null;
 }
Example #4
0
 partial void InsertHoa(Hoa instance);
Example #5
0
 private void attach_Hoas(Hoa entity)
 {
     this.SendPropertyChanging();
     entity.LoaiHoa = this;
 }