资源简介
美食网站系统,服务器端和浏览器端代码
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using DataAcesslayer;
using Modellayer;
using Common;
namespace BusinessLogiclayer
{
public class CollectionBLL
{
CollectionDAL colDAL = new CollectionDAL();
public object AddCollection(Collection col)
{
return colDAL.AddCollection(col);
}
public List GetCollection(string UserID int pageIndex int size out int bigtop)
{
return colDAL.GetCollection(UserIDpageIndexsizeout bigtop);
}
public object DeleteCollection(string ids)
{
return colDAL.DeleteCollection(ids);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 871936 2013-06-20 15:46 Spu数据库备份
文件 4019 2013-04-25 15:17 SpuHome Project 完成版\SpuHome.sln
..A..H. 102400 2013-05-12 23:43 SpuHome Project 完成版\SpuHome.suo
文件 3160 2013-04-25 21:45 SpuHome Project 完成版\BusinessLogicla
文件 743 2013-04-25 15:33 SpuHome Project 完成版\BusinessLogicla
文件 661 2013-04-12 01:25 SpuHome Project 完成版\BusinessLogicla
文件 1215 2013-05-12 21:10 SpuHome Project 完成版\BusinessLogicla
文件 759 2013-05-12 20:04 SpuHome Project 完成版\BusinessLogicla
文件 685 2013-04-24 17:19 SpuHome Project 完成版\BusinessLogicla
文件 1683 2013-05-12 20:56 SpuHome Project 完成版\BusinessLogicla
文件 1121 2013-04-11 13:51 SpuHome Project 完成版\BusinessLogicla
文件 8192 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 36352 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 9728 2013-04-23 20:16 SpuHome Project 完成版\BusinessLogicla
文件 28160 2013-04-23 20:16 SpuHome Project 完成版\BusinessLogicla
文件 24576 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 42496 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 9216 2013-04-25 15:14 SpuHome Project 完成版\BusinessLogicla
文件 13824 2013-04-25 15:14 SpuHome Project 完成版\BusinessLogicla
文件 1236 2013-04-25 15:17 SpuHome Project 完成版\BusinessLogicla
文件 8192 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 36352 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 6008 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 8176 2013-05-12 21:14 SpuHome Project 完成版\BusinessLogicla
文件 1368 2013-04-11 00:45 SpuHome Project 完成版\BusinessLogicla
文件 378 2013-04-23 11:27 SpuHome Project 完成版\Common\app.config
文件 2832 2013-04-23 15:30 SpuHome Project 完成版\Common\Common.csproj
文件 15683 2013-04-23 20:16 SpuHome Project 完成版\Common\Databa
文件 1690 2013-04-12 01:25 SpuHome Project 完成版\Common\Settings.Designer.cs
文件 983 2013-04-12 01:25 SpuHome Project 完成版\Common\Settings.settings
............此处省略303个文件信息
- 上一篇:mschart安装包
- 下一篇:SST89E564RD 烧录
相关资源
- 作业抄袭检测系统毕业是论文
- WEB作业提交批改系统包括各种文档、
- 餐厅管理系统(管理端与客户端)
- ILSpy中文版
- UNITY代码大全
- 拼图小游戏.zip
- 图片拼图游戏
- 基于gmap和百度地图API开发的GIS应用
- 步进电机控制器.zip
- Win7 仿完整版苹果主题
- 天朝日语2.0(转载)
- .Net网络爬虫
- echartDemo柱状图折线图详解
- Net网络高级编程修订
- 创建PDF文档,加密创建的PDF文档,使
- 原型设计系统原型设计系统
- ERP管理系统源码
-
Mastering Unity sc
ripting - 操作系统进程管理和内存管理demo
- Spire.Doc、Spire.Xls无水印
- .net经典会员管理项目完整源码(包含
- LINQ实战英文版
- PdfPrintingNet完美破解版4.8.2 (官网Re
- [免费PDF]代码整洁之道.rar
- 周立功USBCANI通讯测试源码
- 学生信息管理系统2020年7月7日.zip
- .net自动排课系统完整源码(适合智慧
- net自动排课系统完整源码(适合智慧
- IM仿照QQ做的即时通信,功能比较全
- ArcGIS Engine/VS开发程序 空间分析程序系
评论
共有 条评论