Exemplo n.º 1
0
 public void AddProductBranch(ProductBranch productBranch)
 {
     productBranch.Branch = this;
     _productBranches.Add(productBranch);
 }
Exemplo n.º 2
0
 public void AddProductBranch(ProductBranch productBranch)
 {
     productBranch.Product = this;
     _productBranches.Add(productBranch);
 }