Exemplo n.º 1
0
        public DeviceListViewModel GetAllDevice(string account, string token, int projectId)
        {
            DeviceService       ds   = new DeviceService();
            DeviceListViewModel dlvm = ds.FindMenuDevices(token, projectId, account);

            return(dlvm);
        }