导航

2014年3月4日

摘要: namespace BLL{ public class SystemManager { private DAL.SystemService service = new DAL.SystemService(); /// /// 备份数据库 /// /// /// public string DataSoureBack(string path,string oName) { string demo = service.DataSoureBack(... 阅读全文

posted @ 2014-03-04 23:20 beeone 阅读(861) 评论(0) 推荐(0)