public DepartmentServices(IRepository repository, INewRedisRepository newRedisRepository) { _repository = repository; _newRedisRepository = newRedisRepository; }
public MemberServices(IRepository repository, INewRedisRepository newRedisRepository) { _repository = repository; _newRedisRepository = newRedisRepository; }