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 11... Line 11...
11
import org.springframework.web.bind.annotation.RequestMapping;
11
import org.springframework.web.bind.annotation.RequestMapping;
12
import org.springframework.web.bind.annotation.RequestMethod;
12
import org.springframework.web.bind.annotation.RequestMethod;
13
import org.springframework.web.bind.annotation.RequestParam;
13
import org.springframework.web.bind.annotation.RequestParam;
14
 
14
 
15
import com.spice.profitmandi.common.model.ProfitMandiConstants;
15
import com.spice.profitmandi.common.model.ProfitMandiConstants;
16
import com.spice.profitmandi.dao.repository.PostOfficeRepository;
16
import com.spice.profitmandi.dao.repository.logistics.PostOfficeRepository;
17
import com.spice.profitmandi.web.util.ResponseSender;
17
import com.spice.profitmandi.web.util.ResponseSender;
18
 
18
 
19
@Controller
19
@Controller
20
@Transactional
20
@Transactional
21
public class PostOfficeController {
21
public class PostOfficeController {