Beispiel #1
0
 protected override Money GetDiscountAmount(Screening screening)
 {
     return(screening.GetMovieFee().Times(m_Percent));
 }