Example #1
0
        public DataSet GetAgentBindStatus(int Agent, int Type)
        {
            dbproduct = new DBProduct();
            DS        = new DataSet();
            int Result = 0;

            try
            {
                DS = dbproduct.GetAgentBindStatus(Agent, Type);
                return(DS);
            }
            catch (Exception)
            {
                throw;
            }
        }