Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
21525 amit.gupta 1
package com.spice.profitmandi.service;
2
 
3
import org.springframework.stereotype.Component;
4
 
5
@Component
6
public interface UserService {
7
	boolean updateActivation(int userId, int retailerId, String activationCode) throws Throwable;
8
 
9
}