Subversion Repositories SmartDukaan

Rev

Rev 21735 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21735 Rev 21740
Line 13... Line 13...
13
import org.springframework.web.bind.annotation.RequestParam;
13
import org.springframework.web.bind.annotation.RequestParam;
14
 
14
 
15
import com.spice.profitmandi.common.ResponseCodeHolder;
15
import com.spice.profitmandi.common.ResponseCodeHolder;
16
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
16
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
17
import com.spice.profitmandi.common.model.ProfitMandiConstants;
17
import com.spice.profitmandi.common.model.ProfitMandiConstants;
-
 
18
import com.spice.profitmandi.common.web.util.ResponseSender;
18
import com.spice.profitmandi.dao.repository.dtr.RoleRepository;
19
import com.spice.profitmandi.dao.repository.dtr.RoleRepository;
19
import com.spice.profitmandi.web.util.ResponseSender;
-
 
20
 
20
 
21
/**
21
/**
22
 * @author ashikali
22
 * @author ashikali
23
 *
23
 *
24
 */
24
 */