Пример #1
0
 /// <summary>
 /// Determine how much of a discount this person gets based on eligibility criteria
 /// </summary>
 /// <returns>The percentage discount availabile</returns>
 public int BenefitsDiscountPercentage()
 {
     return(DiscountHelper.ComputeDiscountPercentage(this));
 }