Beispiel #1
0
        public MES_RETURN_UI GRJL_UPDATE(HR_RY_GRJL model, string ptoken)
        {
            MES_RETURN    mr   = client.GRJL_UPDATE(model, ptoken);
            MES_RETURN_UI mrui = new MES_RETURN_UI();

            mrui.TYPE    = mr.TYPE;
            mrui.MESSAGE = mr.MESSAGE;
            return(mrui);
        }
Beispiel #2
0
 public HR_RY_GRJL_SELECT GRJL_SELECT(HR_RY_GRJL model, string ptoken)
 {
     return(client.GRJL_SELECT(model, ptoken));
 }