Exemplo n.º 1
0
        public DataTable Get_CboListUsuario(BE_ReqSearhUsuario Request)
        {
            //Recuperando registros
            DataTable     dt  = new DataTable();
            DA_PerUsuario Obj = new DA_PerUsuario();

            return(Obj.Get_CboListUsuario(Request));
        }
Exemplo n.º 2
0
        public DataTable Get_CboListUsuario(BE_ReqSearhUsuario Request)
        {
            DA_PerUsuario Obj = new DA_PerUsuario();

            return(Obj.Get_CboListUsuario(Request));
        }