Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
34769 vikas.jang 1
package com.spice.profitmandi.dao.service;
2
 
3
import org.springframework.stereotype.Service;
4
 
5
@Service
6
public interface LocationTrackingService {
7
 
8
    void generateReport(String startDate, String endDate) throws Exception;
9
 
10
}