Exemplo n.º 1
0
        public DataTable BindUCGrid(UserModel objUCModel)
        {
            DataTable dtCUGrid = objUCDA.BindUCGrid(objUCModel);

            return(dtCUGrid);
        }