Example #1
0
  @RequestMapping(method = RequestMethod.POST, value = "/applicant")
  public void saveDepartment(MPrize prize, Model model) throws Exception {

    applicantDepartmentService.save(prize.getApplicationDepartmentList());
  }