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
public class AffiliateServiceImpl implements AffiliateService {
4
    @Override
5
    public void manageEarnings() {}
6
}