Exemple #1
0
 public Category( string strDescription, POSCategory pOSCategory, SalesCategory salesCategory )
 {
     this._strDescription = strDescription;
     this._pOSCategory = pOSCategory;
     this._salesCategory = salesCategory;
 }
Exemple #2
0
 public Category(string strDescription, POSCategory pOSCategory, SalesCategory salesCategory)
 {
     this._strDescription = strDescription;
     this._pOSCategory    = pOSCategory;
     this._salesCategory  = salesCategory;
 }