基于ASP.NET的图书管理系统+流程图+ER图(25)
时间:2016-11-30 22:00 来源:毕业论文 作者:毕业论文 点击:次
DelayBook( string lendId, string employeeId) 完成图书延期操作 FindLendCountGroupType( global::System.DateTime? startDate = null, global::System.DateTime? endDate = null) 完成图书借阅类型统计 该类对所有用户信息进行操作的业务层方法如表5.8所示。 表 5.8 BYSJ.User.UserProvider 方法名(变量) 作用 FindUserByName(string userCode = "") 根据用户名查询用户信息 ResertPassword(string userId) 根据用户ID重置用户密码 FindEmptyPassword(string userId) 根据用户ID加载空白的密码信息 ChangePassword( string userId, string password, string newPassword) 根据用户ID、旧密码、新密码更新用户密码信息 5.3.3 重点功能实现 (1) 图书借阅功能 (责任编辑:qin) |