public CustomersFindeksScoresController(ICustomerFindeksScoreService customerFindeksScoreService)
 {
     _customerFindeksScoreService = customerFindeksScoreService;
 }
 public RentalManager(IRentalDal rentalDal, ICustomerFindeksScoreService customerFindeksScoreService)
 {
     _rentalDal = rentalDal;
     _customerFindeksScoreService = customerFindeksScoreService;
 }