Example #1
0
        public Boolean Updated(Area objint)
        {
            AreaDBO objintDb = new AreaDBO();

            return(objintDb.Updated(objint));
        }
Example #2
0
        public List <Area> autoList(string SEARCHTEXT)
        {
            AreaDBO objintDb = new AreaDBO();

            return(objintDb.autoList(SEARCHTEXT));
        }
Example #3
0
        public string insert(Area objint)
        {
            AreaDBO objintDb = new AreaDBO();

            return(objintDb.insert(objint));
        }
Example #4
0
        public List <Area> araelist(int PageNo, int RowPerPage, string SearchText)
        {
            AreaDBO objintDb = new AreaDBO();

            return(objintDb.Arealist(PageNo, RowPerPage, SearchText));
        }