Exemplo n.º 1
0
 private void detach_RelGrupoUsuarios(RelGrupoUsuario entity)
 {
     this.SendPropertyChanging();
     entity.GrupoUsuario = null;
 }
Exemplo n.º 2
0
 partial void DeleteRelGrupoUsuario(RelGrupoUsuario instance);
Exemplo n.º 3
0
 partial void InsertRelGrupoUsuario(RelGrupoUsuario instance);
Exemplo n.º 4
0
 partial void UpdateRelGrupoUsuario(RelGrupoUsuario instance);
Exemplo n.º 5
0
 private void attach_RelGrupoUsuarios(RelGrupoUsuario entity)
 {
     this.SendPropertyChanging();
     entity.Usuario = this;
 }