Package pl.zgora.uz.wmie.fe.dto

Examples of pl.zgora.uz.wmie.fe.dto.FormAjaxResponse


      stanowiskoService.save(s);
    } catch (Exception e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
    FormAjaxResponse response = new FormAjaxResponse();
    response.setErrorCode(0);
   
    return response;
   
  }
View Full Code Here

TOP

Related Classes of pl.zgora.uz.wmie.fe.dto.FormAjaxResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.