Exemplo n.º 1
0
        public Boolean Updated(Area objint)
        {
            AreaDBO objintDb = new AreaDBO();

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

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

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

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