public void dangkyDoitac(DoiTac dt)
 {
     data.DoiTacs.InsertOnSubmit(dt);
     data.SubmitChanges();
 }
Beispiel #2
0
 private void detach_DoiTacs(DoiTac entity)
 {
     this.SendPropertyChanging();
     entity.TaiKhoan = null;
 }
Beispiel #3
0
 private void attach_DoiTacs(DoiTac entity)
 {
     this.SendPropertyChanging();
     entity.TaiKhoan = this;
 }
Beispiel #4
0
 partial void DeleteDoiTac(DoiTac instance);
Beispiel #5
0
 partial void UpdateDoiTac(DoiTac instance);
Beispiel #6
0
 partial void InsertDoiTac(DoiTac instance);