Beispiel #1
0
 private void detach_SMSBanks(SMSBank entity)
 {
     this.SendPropertyChanging();
     entity.SMSType = null;
 }
Beispiel #2
0
 private void attach_SMSBanks(SMSBank entity)
 {
     this.SendPropertyChanging();
     entity.SMSType = this;
 }
Beispiel #3
0
 partial void UpdateSMSBank(SMSBank instance);
Beispiel #4
0
 partial void DeleteSMSBank(SMSBank instance);
Beispiel #5
0
 partial void InsertSMSBank(SMSBank instance);