Exemple #1
0
 public FinanceNoteNoteService(IFinanceNoteRepository financeNoteRepository)
 {
     _financeNoteRepository = financeNoteRepository;
 }