Subversion Repositories SmartDukaan

Rev

Rev 29198 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
25822 amit.gupta 1
package com.spice.profitmandi.service;
2
 
3
import org.springframework.stereotype.Service;
4
 
5
import com.spice.profitmandi.common.model.SendNotificationModel;
6
 
7
@Service
8
public interface NotificationService {
9
	void sendNotification(SendNotificationModel sendNotificationModel);
10
}