资源简介
三层架构的看小说网,自己的期末答辩项目,原创,可以进行看小说,小说评论,小说收藏,还可以自己申请成为作者,后台可以进行小说管理小说添加等功能

代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using IBLL;
using Model;
namespace BLL
{
public class AptitudecolleCtionCyclostyle:IBLL.IAptitudecolleCtionCyclostyle
{
#region IAptitudecolleCtionCyclostyle 成员
IDAL.IAptitudecolleCtionCyclostyle acdal = DALFactory.DataAccess.CreateAptitudecolleCtionCyclostyle();
///
/// 通过id获取智能采集信息
///
/// yleID“>智能采集id
/// 返回Mdoel.AptitudecolleCtionCyclostyle对象
public Model.AptitudecolleCtionCyclostyle SelectAptitudecolleCtionCyclostyle(int cyclostyleID)
{
return acdal.SelectAptitudecolleCtionCyclostyle(cyclostyleID);
}
///
/// 获取智能采集信息
///
/// 执行分页类
/// 返回IListyle>类型集合
public IListyle> SelectAptitudecolleCtionCyclostyleList(PagerParameter pager)
{
return acdal.SelectAptitudecolleCtionCyclostyleList(pager);
}
///
/// 添加智能采集信息
///
/// yle“>智能采集类对象
/// 返回Mdoel.AptitudecolleCtionCyclostyle对象
public int AddPagerAptitudecolleCtionCyclostyle(Model.AptitudecolleCtionCyclostyle aptitudecolleCtionCyclostyle)
{
return acdal.InsertPagerAptitudecolleCtionCyclostyle(aptitudecolleCtionCyclostyle);
}
///
/// 更新智能采集信息
///
/// yle“>智能采集类对象
/// 返回Mdoel.AptitudecolleCtionCyclostyle对象
public int ModifyPagerAptitudecolleCtionCyclostyle(Model.AptitudecolleCtionCyclostyle aptitudecolleCtionCyclostyle)
{
return acdal.UpdatePagerAptitudecolleCtionCyclostyle(aptitudecolleCtionCyclostyle);
}
///
/// 删除智能采集信息
///
/// yle“>智能采集ID
/// 返回aptitudecolleCtionCyclostyle对象
public int RemovePagerAptitudecolleCtionCyclostyle(int aptitudecolleCtionCyclostyle)
{
return acdal.DeletePagerAptitudecolleCtionCyclostyle(aptitudecolleCtionCyclostyle);
}
#endregion
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2641 2008-05-20 20:35 KRead小说网\Backup\BLL\AptitudecolleCtionCyclost
文件 1859 2008-05-21 15:24 KRead小说网\Backup\BLL\Authority.cs
文件 3746 2008-05-21 15:36 KRead小说网\Backup\BLL\BLL.csproj
文件 9100 2008-05-22 20:53 KRead小说网\Backup\BLL\Book.cs
文件 3369 2008-05-21 17:58 KRead小说网\Backup\BLL\CategoryManager.cs
文件 2457 2008-05-20 20:35 KRead小说网\Backup\BLL\CollectionBookCyclost
文件 2341 2008-05-20 20:35 KRead小说网\Backup\BLL\CollectionCyclost
文件 3486 2008-05-19 22:07 KRead小说网\Backup\BLL\Comments.cs
文件 1498 2008-05-20 16:36 KRead小说网\Backup\BLL\FavouriteBook.cs
文件 1660 2008-05-22 22:48 KRead小说网\Backup\BLL\MemberGroup.cs
文件 1351 2008-05-21 15:31 KRead小说网\Backup\BLL\NewsCollection.cs
文件 536 2008-04-29 17:23 KRead小说网\Backup\BLL\Other.cs
文件 1301 2008-04-25 10:02 KRead小说网\Backup\BLL\Properties\AssemblyInfo.cs
文件 3244 2008-05-20 22:59 KRead小说网\Backup\BLL\RecdBook.cs
文件 1357 2008-05-10 22:41 KRead小说网\Backup\BLL\RedCategory.cs
文件 4602 2008-05-22 19:05 KRead小说网\Backup\BLL\Sections.cs
文件 711 2008-05-20 17:42 KRead小说网\Backup\BLL\System.cs
文件 1228 2008-05-21 15:24 KRead小说网\Backup\BLL\SystemInfo.cs
文件 1053 2008-05-21 15:24 KRead小说网\Backup\BLL\View.cs
文件 1091 2008-05-15 20:08 KRead小说网\Backup\BLL\Volume.cs
文件 2383 2008-04-27 21:33 KRead小说网\Backup\BLLFactory\BLLFactory.csproj
文件 4758 2008-05-21 15:32 KRead小说网\Backup\BLLFactory\BusinessLogic.cs
文件 1315 2008-04-25 10:03 KRead小说网\Backup\BLLFactory\Properties\AssemblyInfo.cs
文件 11725 2008-05-20 20:34 KRead小说网\Backup\DAL\AptitudecolleCtionCyclost
文件 5192 2008-05-21 15:25 KRead小说网\Backup\DAL\Authority.cs
文件 35084 2008-05-22 20:48 KRead小说网\Backup\DAL\Book.cs
文件 8461 2008-05-21 17:58 KRead小说网\Backup\DAL\CategoryManager.cs
文件 7357 2008-05-20 20:34 KRead小说网\Backup\DAL\CollectionBookCyclost
文件 8893 2008-05-20 20:34 KRead小说网\Backup\DAL\CollectionCyclost
文件 6202 2008-05-21 08:27 KRead小说网\Backup\DAL\Comments.cs
............此处省略1229个文件信息
- 上一篇:简单监控界面软件设计
- 下一篇:c#基于emgu进行图像配准及拼接
相关资源
- C#代码生成器(生成MVC三层代码)
- C#简单三层架构,免去写增删改查
- 有史以来最简单的三层(C#)
- 一个简单的ASP.NET三层架构登陆模式
- C#三层酒店管理系统(完整源码,可根
- 酒店管理系统(C#三层结构)
- C# 用三层架构实现简单的增删改查
- 在线考试系统 ASP.NET 三层架构
- C#三层架构Library管理系统
- VS2008+SQL2005开源普通三层架构项目源代
- C#+SQL+三层架构酒店管理系统
- asp.net三层开发的完整茶叶网站
- C#图书管理系统三层架构含数据库文件
- ASP.NET小说网站毕业论文
- C#图书管理系统三层架构
- 三层架构 asp.net网上书店BookShop适合初
- 基于三层结构的ASP.NET博客系统
- 医院挂号系统C#三层
- ATM自动柜员机C#三层版,附SQL数据库文
- 基于asp.net开发的小型网站源码及数据
- 小型营销管理系统asp.net/三层架构
- C#三层架构酒店管理系统
- 基于三层架构的Winform图书管理系统
- ASP.net +SQL2005 小说网站源码
- 用ASP.NET做的新闻发布系统三层结构
- 基于ASP.NET三层架构的通讯录毕业设计
- C#三层酒店管理系统(完整源码,可根
- C/S 程序设计 三层架构 学生信息管理
- C#三层架构的MVC项目源码
- 基于ASP.NET三层架构技术的HR人力资源
评论
共有 条评论