public SummaryService(TransactionService transactionService, MapService mapService) { _transactionService = transactionService; _mapService = mapService; }
public CsvService(AccountService accountService, MapService mapService) { _accountService = accountService; _mapService = mapService; }