Subversion Repositories SmartDukaan

Rev

Rev 21735 | Rev 22037 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21735 Rev 21740
Line 17... Line 17...
17
import org.springframework.web.bind.annotation.RequestMethod;
17
import org.springframework.web.bind.annotation.RequestMethod;
18
import org.springframework.web.bind.annotation.RequestParam;
18
import org.springframework.web.bind.annotation.RequestParam;
19
 
19
 
20
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
20
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
21
import com.spice.profitmandi.common.model.ProfitMandiConstants;
21
import com.spice.profitmandi.common.model.ProfitMandiConstants;
-
 
22
import com.spice.profitmandi.common.web.util.ResponseSender;
22
import com.spice.profitmandi.dao.entity.dtr.Brand;
23
import com.spice.profitmandi.dao.entity.dtr.Brand;
23
import com.spice.profitmandi.dao.repository.dtr.BrandRepository;
24
import com.spice.profitmandi.dao.repository.dtr.BrandRepository;
24
import com.spice.profitmandi.web.req.Category;
25
import com.spice.profitmandi.web.req.Category;
25
import com.spice.profitmandi.web.util.ResponseSender;
-
 
26
 
26
 
27
@Controller
27
@Controller
28
@Transactional
28
@Transactional
29
public class BrandController {
29
public class BrandController {
30
 
30