Subversion Repositories SmartDukaan

Rev

Rev 34835 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.service;

import org.springframework.stereotype.Service;

@Service
public interface LocationTrackingService {
    
    void generateReport(String startDate, String endDate) throws Exception;
    
}