All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quincy.auth.service.ZoneService Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.quincy.auth.service;

import java.util.List;

import com.quincy.auth.entity.Country;

public interface ZoneService {
	public List findCountries();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy