Subversion Repositories SmartDukaan

Rev

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

Rev 30431 Rev 30723
Line 1139... Line 1139...
1139
 
1139
 
1140
	}
1140
	}
1141
 
1141
 
1142
	@RequestMapping(value = "/getAllPartnerPincode", method = RequestMethod.GET)
1142
	@RequestMapping(value = "/getAllPartnerPincode", method = RequestMethod.GET)
1143
	public String getAllPartnerPincode(HttpServletRequest request, Model model) throws Exception {
1143
	public String getAllPartnerPincode(HttpServletRequest request, Model model) throws Exception {
1144
 
-
 
1145
		return "add-partner-pincode";
1144
		return "add-partner-pincode";
1146
 
-
 
1147
	}
1145
	}
1148
}
1146
}
1149
1147