2018-05-20 22:44:46 +05:30

7 lines
92 B
Java

package com.baeldung.services;
public interface IHomeService {
String getGreeting();
}