コード例 #1
0
 private void detach_Fees(Fee entity)
 {
     this.SendPropertyChanging();
     entity.Patron = null;
 }
コード例 #2
0
 private void attach_Fees(Fee entity)
 {
     this.SendPropertyChanging();
     entity.Patron = this;
 }
コード例 #3
0
 partial void UpdateFee(Fee instance);
コード例 #4
0
 partial void DeleteFee(Fee instance);
コード例 #5
0
 partial void InsertFee(Fee instance);