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.entity.dtr.Api;
19
import com.spice.profitmandi.dao.entity.dtr.Api;
19
import com.spice.profitmandi.dao.repository.dtr.ApiRepository;
20
import com.spice.profitmandi.dao.repository.dtr.ApiRepository;
20
import com.spice.profitmandi.web.util.ResponseSender;
-
 
21
 
21
 
22
@Controller
22
@Controller
23
@Transactional
23
@Transactional
24
public class ApiController {
24
public class ApiController {
25
	
25