コード例 #1
0
 private bool IsCancellationPeriodOver()
 {
     return(Customer.IsGold() && LessThan(24) || !Customer.IsGold() && LessThan(24));
 }