public interface RemoteService<T>
void
delete(T t)
List<T>
findAll()
T
save(T t)
T save(T t)
void delete(T t)
List<T> findAll()