摘要:
一、新建一个类库,命名为:DAO二、新建接口:IRepositoryusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Repository{ public in... 阅读全文
posted @ 2014-12-02 18:42
lippor
阅读(441)
评论(0)
推荐(0)
摘要:
新建一个项目,第一个net版本的ssh项目,命名为:Nssh.project:新建类库,作为项目model层然后,开始编写代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;name... 阅读全文
posted @ 2014-12-02 17:46
lippor
阅读(458)
评论(0)
推荐(0)