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