Esempio n. 1
0
        public MES_RETURN_UI Create(EM_SY_DEVICEQRJL model, string ptoken)
        {
            MES_RETURN    mr   = client.Create(model, ptoken);
            MES_RETURN_UI mrui = new MES_RETURN_UI();

            mrui.TYPE    = mr.TYPE;
            mrui.MESSAGE = mr.MESSAGE;
            return(mrui);
        }
Esempio n. 2
0
 public EM_SY_DEVICEQRJL[] Read(EM_SY_DEVICEQRJL model, string ptoken)
 {
     return(client.Read(model, ptoken));
 }