Esempio n. 1
0
 partial void DeleteResponseCommand(ResponseCommand instance);
Esempio n. 2
0
 partial void InsertResponseCommand(ResponseCommand instance);
Esempio n. 3
0
 partial void UpdateResponseCommand(ResponseCommand instance);
Esempio n. 4
0
 private void detach_ResponseCommands(ResponseCommand entity)
 {
     this.SendPropertyChanging();
     entity.Channel = null;
 }