• 大小: 2.88MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-14
  • 语言: 其他
  • 标签: C#  

资源简介

美食网站系统,服务器端和浏览器端代码

资源截图

代码片段和文件信息

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 完成版\BusinessLogiclayer\BusinessLogiclayer.csproj

     文件        743  2013-04-25 15:33  SpuHome  Project 完成版\BusinessLogiclayer\CollectionBLL.cs

     文件        661  2013-04-12 01:25  SpuHome  Project 完成版\BusinessLogiclayer\LoginBLL.cs

     文件       1215  2013-05-12 21:10  SpuHome  Project 完成版\BusinessLogiclayer\MenuBLL.cs

     文件        759  2013-05-12 20:04  SpuHome  Project 完成版\BusinessLogiclayer\MenuManageBLL.cs

     文件        685  2013-04-24 17:19  SpuHome  Project 完成版\BusinessLogiclayer\SearchBLL.cs

     文件       1683  2013-05-12 20:56  SpuHome  Project 完成版\BusinessLogiclayer\TypeBLL.cs

     文件       1121  2013-04-11 13:51  SpuHome  Project 完成版\BusinessLogiclayer\UserBLL.cs

     文件       8192  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\BusinessLogiclayer.dll

     文件      36352  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\BusinessLogiclayer.pdb

     文件       9728  2013-04-23 20:16  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\Common.dll

     文件      28160  2013-04-23 20:16  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\Common.pdb

     文件      24576  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\DataAcesslayer.dll

     文件      42496  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\DataAcesslayer.pdb

     文件       9216  2013-04-25 15:14  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\Modellayer.dll

     文件      13824  2013-04-25 15:14  SpuHome  Project 完成版\BusinessLogiclayer\bin\Debug\Modellayer.pdb

     文件       1236  2013-04-25 15:17  SpuHome  Project 完成版\BusinessLogiclayer\obj\Debug\BusinessLogiclayer.csproj.FileListAbsolute.txt

     文件       8192  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\obj\Debug\BusinessLogiclayer.dll

     文件      36352  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\obj\Debug\BusinessLogiclayer.pdb

     文件       6008  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       8176  2013-05-12 21:14  SpuHome  Project 完成版\BusinessLogiclayer\obj\Debug\ResolveAssemblyReference.cache

     文件       1368  2013-04-11 00:45  SpuHome  Project 完成版\BusinessLogiclayer\Properties\AssemblyInfo.cs

     文件        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\Database.cs

     文件       1690  2013-04-12 01:25  SpuHome  Project 完成版\Common\Settings.Designer.cs

     文件        983  2013-04-12 01:25  SpuHome  Project 完成版\Common\Settings.settings

............此处省略303个文件信息

评论

共有 条评论