Exemple #1
0
        public UpLoadCenterEntity GetUpLoadCenterByKey(string id)
        {
            BaseSetDA da = new BaseSetDA();

            return(da.GetUpLoadCenterByKey(id));
        }