コード例 #1
0
 private void detach_Diems(Diem entity)
 {
     this.SendPropertyChanging();
     entity.NguoiChoi = null;
 }
コード例 #2
0
 private void attach_Diems(Diem entity)
 {
     this.SendPropertyChanging();
     entity.NguoiChoi = this;
 }
コード例 #3
0
 partial void UpdateDiem(Diem instance);
コード例 #4
0
 partial void DeleteDiem(Diem instance);
コード例 #5
0
 partial void InsertDiem(Diem instance);