转载:https://gitee.com/nfine/NFine
1.NFine.Code 和 NFine.Data 可以编译成dll
2.NFine.Domain 下的Entity 相当于model ,IRepository 相当于IDal
3.NFine.Repository 相当于 DAL
4.NFine.Application 相当于 BLL
1.登录实现
1.根据userName 和 password 获取 userEntity
2. 实例化operatorEntity
3.存储当前用户信息 (cookie 或者 session)