source:
phonelux-backend/src/main/java/finki/it/phoneluxbackend/security/email/EmailSender.java
Last change on this file was dfd5d87, checked in by , 2 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
1 | package finki.it.phoneluxbackend.security.email; |
2 | |
3 | public interface EmailSender { |
4 | void send(String to, String email); |
5 | } |
Note:
See TracBrowser
for help on using the repository browser.