Subversion Repositories SmartDukaan

Rev

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

Rev 21734 Rev 21735
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.dao.entity.Brand;
22
import com.spice.profitmandi.dao.entity.dtr.Brand;
23
import com.spice.profitmandi.dao.repository.BrandRepository;
23
import com.spice.profitmandi.dao.repository.dtr.BrandRepository;
24
import com.spice.profitmandi.web.req.Category;
24
import com.spice.profitmandi.web.req.Category;
25
import com.spice.profitmandi.web.util.ResponseSender;
25
import com.spice.profitmandi.web.util.ResponseSender;
26
 
26
 
27
@Controller
27
@Controller
28
@Transactional
28
@Transactional