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