public AuthController(IGenericRepository<Rate> rateRepo, IGenericRepository<UserAuth> authRepo) { RateRepo = rateRepo; AuthRepo = authRepo; }