Ejemplo n.º 1
0
        //

        //
        public List <string> GetAdminLst()
        {
            List <string> adminList = dac.GetAdminLst();

            return(adminList);
        }