Files
Clyde/backend/src/main/java/ovh/herisson/Clyde/Services/NotificationService.java

10 lines
196 B
Java
Raw Normal View History

2024-04-17 21:41:29 +02:00
package ovh.herisson.Clyde.Services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class NotificationService {
}