예제 #1
0
        private IList<string> ObtenerAppInfo(int IdApp)
        {
            using (ServiceClient SCliente = new ServiceClient())
            {

                return SCliente.ObtenerAppInfo(IdApp);
            }
        }