com.evasion.ejb.local.MailManagerLocal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of API Show documentation
Show all versions of API Show documentation
API de l'application modulaire evasion-en-ligne
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.ejb.local;
/**
*
* @author sebastien.glon
*/
public interface MailManagerLocal {
void sendMail(final String subject, final String content, final String address);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy