Example #1
0
 public MonthlyExpenseService(MidasContext midasContext, IMapper mapper)
 {
     _midasContext = midasContext;
     _mapper       = mapper;
 }
Example #2
0
 public BudgetBoardService(MidasContext midasContext, IMapper mapper)
 {
     _midasContext = midasContext;
     _mapper       = mapper;
 }