温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:达达电子书下载系统(生成shtml)版
当前文件:
DadaEbookDownload/Pn163.com_BLL/BLL_Cls1.cs[451B,2009-6-12 11:38:29],打开代码结构图
DadaEbookDownload/Pn163.com_BLL/BLL_Cls1.cs[451B,2009-6-12 11:38:29],打开代码结构图1using System; 2
using System.Collections.Generic; 3
using System.Text; 4
using Pn163.com_Model; 5
using Pn163.com_DAL; 6
using System.Data; 7
8
9
namespace Pn163.com_BLL 10
{ 11
public class BLL_Cls1 12
{ 13
public static List<Model_Cls1> get_list() 14
{ 15
return DAL_Cls1.get_list(); 16
} 17
18
public static Model_Cls1 Cls1_Model(int id) 19
{ 20
return DAL_Cls1.Cls1_Model(id); 21
} 22
} 23
} 24






}
}