Example #1
0
        public int EnableUpLoadCenter(string id, int status)
        {
            BaseSetDA da = new BaseSetDA();

            return(da.EnableUpLoadCenter(id, status));
        }