コード例 #1
0
 public SummaryService(TransactionService transactionService, MapService mapService)
 {
     _transactionService = transactionService;
     _mapService         = mapService;
 }
コード例 #2
0
 public CsvService(AccountService accountService, MapService mapService)
 {
     _accountService = accountService;
     _mapService     = mapService;
 }