Rev 34906 | 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;@Servicepublic interface AffiliateService {void manageEarnings() throws Exception;}