Exemplo n.º 1
0
 public void AddPackageGroup(PackageGroup packageGroup)
 {
     packageGroup.SalesCategorynCategoryID = this;
     _packageGroupsnCategoryID.Add(packageGroup);
 }
Exemplo n.º 2
0
 public void AddPackageGroup(PackageGroup packageGroup)
 {
     packageGroup.SalesCategorynCategoryID = this;
     _packageGroupsnCategoryID.Add(packageGroup);
 }
Exemplo n.º 3
0
 public PackageGroupEntry(int nQuantity, Package package, PackageGroup packageGroup)
 {
     this._nQuantity    = nQuantity;
     this._package      = package;
     this._packageGroup = packageGroup;
 }