Beispiel #1
0
 private void detach_公司信息(公司信息 entity)
 {
     this.SendPropertyChanging();
     entity.部门信息 = null;
 }
Beispiel #2
0
 private void attach_公司信息(公司信息 entity)
 {
     this.SendPropertyChanging();
     entity.部门信息 = this;
 }
Beispiel #3
0
 partial void Update公司信息(公司信息 instance);
Beispiel #4
0
 partial void Delete公司信息(公司信息 instance);
Beispiel #5
0
 partial void Insert公司信息(公司信息 instance);