Ejemplo n.º 1
0
        public DataTable InsertUserLevel(int Ind, string ItemDesc)
        {
            PL_Login pl = new PL_Login();

            pl.Ind      = Ind;
            pl.ItemDesc = ItemDesc;
            DataTable dt = new DataTable();

            dt = objdllogin.InsertUserLevel(pl);
            return(dt);
        }