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

testservice.test.TestServiceCS Maven / Gradle / Ivy

package testservice.test;

public class TestServiceCS implements ITestService2 {
	@Override
	public String test() {
		return "TestServiceCS";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy