Esempio n. 1
0
        public GetUser show(string t11)
        {
            UpdateDal d   = new UpdateDal();
            GetUser   bus = d.show(t11);

            return(bus);
        }
Esempio n. 2
0
        public GetUser show1(string t1, string t2, string t3, string t4, string t5, string t6, string t7, string t8, string t9, string t10, string t11)
        {
            UpdateDal d   = new UpdateDal();
            GetUser   bus = d.show1(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11);

            return(bus);
        }
Esempio n. 3
0
        public GetUser delete(string t11)
        {
            UpdateDal d   = new UpdateDal();
            GetUser   bus = new GetUser();

            try
            {
                bus = d.delete(t11);
            }
            catch
            {
                throw;
            }
            return(bus);
        }
Esempio n. 4
0
        public DataTable findCountry()
        {
            UpdateDal obj1 = new UpdateDal();

            try
            {
                DataTable dt = obj1.UpdateCountry();
                return(dt);
            }
            catch
            {
                throw;
            }
            finally
            {
                obj1 = null;
            }
        }
Esempio n. 5
0
        public int SearchUser(string t11)
        {
            UpdateDal dal = new UpdateDal();

            return(dal.SearchUser(t11));
        }