10 lines
196 B
Java
10 lines
196 B
Java
|
package ovh.herisson.Clyde.Services;
|
||
|
|
||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||
|
import org.springframework.stereotype.Service;
|
||
|
|
||
|
@Service
|
||
|
public class NotificationService {
|
||
|
|
||
|
}
|