@Controller @RequestMapping(value="/depreciationrate") public class DepreciationRateController extends Object
| Constructor and Description |
|---|
DepreciationRateController(org.egov.ptis.master.service.DepreciationRateService depreciationRateService) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.demand.model.DepreciationMaster |
depreciationMasterModel() |
String |
showDepreciationRate(org.springframework.ui.Model model) |
@Autowired public DepreciationRateController(org.egov.ptis.master.service.DepreciationRateService depreciationRateService)
@ModelAttribute public org.egov.demand.model.DepreciationMaster depreciationMasterModel()
@RequestMapping(value="/view",
method=GET)
public String showDepreciationRate(org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.