Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
34902 vikas 1
package com.spice.profitmandi.dao.service;
2
 
3
import org.springframework.stereotype.Service;
4
 
5
 
6
@Service
7
public interface AffiliateService {
8
    void manageEarnings() throws Exception;
9
}