package weblog.business.apis;

public interface AuthenticationService {

    public boolean authenticate(String userid, String passwd);

}