Example #1
0
 public int GetTotalMonthFees()
 {
     return(m_VolunteerInfo.GetTotalMonthlyPayment() + m_RecordingEquipmentStats.GetMonthlyMaintenceFees() + m_LawyerServices.GetCurrentTotalServiceFee());
 }