예제 #1
0
 public double GetDiscountPerc(CustomUser user)
 {
     return(discountStrategy.GetDiscountPerc(user));
 }