package be.drissamri.service; import be.drissamri.model.Link; public interface LinkService { Link createLink(String longUrl); }