package common.service; import common.model.Account4Web;
public interface AccountCommonService {
Account4Web findOne(String dmp, String email); }