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