Пример #1
0
 public CommissionScheme(string strDescription, DateTime dtLastEditDate, Employee employee, SalesCategory salesCategory)
 {
     this._strDescription = strDescription;
     this._dtLastEditDate = dtLastEditDate;
     this._employee       = employee;
     this._salesCategory  = salesCategory;
 }
Пример #2
0
 public CommissionScheme( string strDescription, DateTime dtLastEditDate, Employee employee, SalesCategory salesCategory )
 {
     this._strDescription = strDescription;
     this._dtLastEditDate = dtLastEditDate;
     this._employee = employee;
     this._salesCategory = salesCategory;
 }
Пример #3
0
 public PackageGroup(string strDescription, decimal mListPrice, DateTime dtValidStart, DateTime dtValidEnd, SalesCategory salesCategorynCategoryID)
 {
     this._strDescription           = strDescription;
     this._mListPrice               = mListPrice;
     this._dtValidStart             = dtValidStart;
     this._dtValidEnd               = dtValidEnd;
     this._salesCategorynCategoryID = salesCategorynCategoryID;
 }
Пример #4
0
 public PackageGroup( string strDescription, decimal mListPrice, DateTime dtValidStart, DateTime dtValidEnd, SalesCategory salesCategorynCategoryID )
 {
     this._strDescription = strDescription;
     this._mListPrice = mListPrice;
     this._dtValidStart = dtValidStart;
     this._dtValidEnd = dtValidEnd;
     this._salesCategorynCategoryID = salesCategorynCategoryID;
 }
Пример #5
0
 public Reward( string strDescription, double dRewardsPercent, double dRewardsValue, DateTime dtValidStart, DateTime dtValidEnd, SalesCategory salesCategory )
 {
     this._strDescription = strDescription;
     this._dRewardsPercent = dRewardsPercent;
     this._dRewardsValue = dRewardsValue;
     this._dtValidStart = dtValidStart;
     this._dtValidEnd = dtValidEnd;
     this._salesCategory = salesCategory;
 }
Пример #6
0
 public Reward(string strDescription, double dRewardsPercent, double dRewardsValue, DateTime dtValidStart, DateTime dtValidEnd, SalesCategory salesCategory)
 {
     this._strDescription  = strDescription;
     this._dRewardsPercent = dRewardsPercent;
     this._dRewardsValue   = dRewardsValue;
     this._dtValidStart    = dtValidStart;
     this._dtValidEnd      = dtValidEnd;
     this._salesCategory   = salesCategory;
 }
Пример #7
0
 public PromotionReceiptSalesCategory(SalesCategory salesCategory, Promotion promotion)
 {
     this._salesCategory = salesCategory;
     this._promotion     = promotion;
 }
Пример #8
0
 public Category( string strDescription, POSCategory pOSCategory, SalesCategory salesCategory )
 {
     this._strDescription = strDescription;
     this._pOSCategory = pOSCategory;
     this._salesCategory = salesCategory;
 }
Пример #9
0
 public Category(string strDescription, POSCategory pOSCategory, SalesCategory salesCategory)
 {
     this._strDescription = strDescription;
     this._pOSCategory    = pOSCategory;
     this._salesCategory  = salesCategory;
 }