Exemplo n.º 1
0
 private void detach_Roupas(Roupa entity)
 {
     this.SendPropertyChanging();
     entity.Marca = null;
 }
Exemplo n.º 2
0
 private void attach_Roupas(Roupa entity)
 {
     this.SendPropertyChanging();
     entity.Marca = this;
 }