Files
Clyde/backend/src/main/java/ovh/herisson/Clyde/Services/NotificationService.java
Anthony Debucquoy 8fa29460ef
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 1m53s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 29s
base
2024-04-17 21:41:29 +02:00

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 {
}