예제 #1
0
 private void detach_PHONGs(PHONG entity)
 {
     this.SendPropertyChanging();
     entity.DAYPHONG = null;
 }
예제 #2
0
 private void attach_PHONGs(PHONG entity)
 {
     this.SendPropertyChanging();
     entity.DAYPHONG = this;
 }
예제 #3
0
 partial void DeletePHONG(PHONG instance);
예제 #4
0
 partial void UpdatePHONG(PHONG instance);
예제 #5
0
 partial void InsertPHONG(PHONG instance);
예제 #6
0
 private void attach_PHONGs(PHONG entity)
 {
     this.SendPropertyChanging();
     entity.CANBO_QL = this;
 }