Rev 21730 | Rev 22845 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.service;import org.springframework.stereotype.Component;@Componentpublic interface UserService {boolean updateActivation(int userId, int retailerId, String activationCode) throws Throwable;}