Пример #1
0
        public DataTable InsertProfileCreation(int ind, int UserTypeId, int ItemID)
        {
            PL_Login pl = new PL_Login();

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

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