Notification Code.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.gepafin.tendermanagement.service;
|
||||
|
||||
import net.gepafin.tendermanagement.model.request.NotificationReq;
|
||||
|
||||
public interface NotificationService {
|
||||
NotificationReq sendNotification(Long userId, NotificationReq notificationReq);
|
||||
}
|
||||
Reference in New Issue
Block a user