Exemplo n.º 1
0
        public DataTable DeleteProfileCreation(int ind, int UserTypeId)
        {
            PL_Login pl = new PL_Login();

            pl.Ind        = ind;
            pl.UserTypeId = UserTypeId;
            DataTable dt = new DataTable();

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