Rev 29927 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.service;import org.springframework.stereotype.Service;import com.spice.profitmandi.common.model.SendNotificationModel;@Servicepublic interface NotificationService {void sendNotification(SendNotificationModel sendNotificationModel);}