Beispiel #1
0
 public WeekService(IWeekMstRepository weekMstRepository)
 {
     _weekMstRepository = weekMstRepository;
 }
 public CurrencyService(ICurrencyRepository currencyRepository, IWeekMstRepository weekMstRepository)
 {
     _currencyRepository = currencyRepository;
     _weekMstRepository  = weekMstRepository;
 }