Exemplo n.º 1
0
        public void SaveAmortizationSchedule(Project project, string asOfDate, AmortizationSchedule amortizationSchedule)
        {
            var filePath = GetAmortizationSchedulePath(project, asOfDate);

            amortizationSchedule.Save(filePath);
        }