source: src/main/java/project/educatum/service/EmailService.java

Last change on this file was d3cf3a1, checked in by Marija Micevska <marija_micevska@…>, 2 years ago

Initial commit

  • Property mode set to 100644
File size: 133 bytes
Line 
1package project.educatum.service;
2
3public interface EmailService {
4
5 void sendMessage(String to, String subject, String text);
6
7}
Note: See TracBrowser for help on using the repository browser.