コード例 #1
0
 public DeleteShortTermIncomeCommandHandler(IWriteShortTermIncomeRepository repository)
 {
     _repository = repository;
 }