package com.es.challenge.service;

public interface ESAuthService {
	boolean isAdmin(String key);
}
