Exemple #1
0
 private void detach_tbl_khos(tbl_kho entity)
 {
     this.SendPropertyChanging();
     entity.tbl_nhomSP = null;
 }
Exemple #2
0
 private void attach_tbl_khos(tbl_kho entity)
 {
     this.SendPropertyChanging();
     entity.tbl_nhomSP = this;
 }
Exemple #3
0
 partial void Updatetbl_kho(tbl_kho instance);
Exemple #4
0
 partial void Deletetbl_kho(tbl_kho instance);
Exemple #5
0
 partial void Inserttbl_kho(tbl_kho instance);