Beispiel #1
0
 public void CalculateCommissionProduct(int aEmployeeID, SaleProductType aType, Month aMonth, int aYear)
 {
     nEmployeeID = aEmployeeID;
     myType      = aType;
     month       = aMonth;
     year        = aYear;
     ProcessCalculation();
 }
 public void CalculateCommissionProduct(int aEmployeeID, SaleProductType aType, Month aMonth, int aYear)
 {
     nEmployeeID = aEmployeeID;
     myType = aType;
     month = aMonth;
     year = aYear;
     ProcessCalculation();
 }