Exemplo n.º 1
0
        public string GetLocationList(int lineid = 1)
        {
            WorkSataionsServer wServer = new WorkSataionsServer();

            return(wServer.GetLocationList(lineid));
        }