• 大小: 9.85MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-10
  • 语言: C#
  • 标签: ASP  游戏点卡  

资源简介

ACCP5.0 ASP.net游戏点卡在线销售系统

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;
using GcssModels;
using GcssDAL;

namespace GcssBLL
{
    public class AdviceManager
    {
        public static List GetAll(int pagesize int pageindex)
        {
            return AdviceService.GetAll(pagesize pageindex);
        }
        public static int GetAllCount()
        {
            return AdviceService.GetAllCount();
        }
        public static int Insert(string uid string content)
        {
            return AdviceService.Insert(uid content);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5421  2009-01-14 01:08  游戏点卡在线销售系统\GCSS\GCSS.sln

    ..A..H.     59938  2009-01-17 12:22  游戏点卡在线销售系统\GCSS\GCSS.suo

     文件   20971520  2009-01-17 12:09  游戏点卡在线销售系统\GCSS\DB\GameCardSale_Data.MDF

     文件    1048576  2009-01-17 12:09  游戏点卡在线销售系统\GCSS\DB\GameCardSale_Log.LDF

     文件        587  2009-01-14 01:05  游戏点卡在线销售系统\GCSS\GcssBLL\AdviceManager.cs

     文件       1272  2009-01-14 01:04  游戏点卡在线销售系统\GCSS\GcssBLL\CardManager.cs

     文件       1513  2009-01-14 01:03  游戏点卡在线销售系统\GCSS\GcssBLL\CardTypeManager.cs

     文件       2124  2009-01-14 01:02  游戏点卡在线销售系统\GCSS\GcssBLL\CellSpan.cs

     文件       2945  2009-01-14 01:05  游戏点卡在线销售系统\GCSS\GcssBLL\GcssBLL.csproj

     文件        931  2009-01-14 01:01  游戏点卡在线销售系统\GCSS\GcssBLL\NewsManager.cs

     文件        351  2009-01-14 01:00  游戏点卡在线销售系统\GCSS\GcssBLL\PostFailedInfoManager.cs

     文件        876  2009-01-14 01:00  游戏点卡在线销售系统\GCSS\GcssBLL\PostHistoryManager.cs

     文件       1373  2009-01-14 00:59  游戏点卡在线销售系统\GCSS\GcssBLL\RoleInfoManager.cs

     文件        581  2009-01-14 00:58  游戏点卡在线销售系统\GCSS\GcssBLL\RoleRightManager.cs

     文件        338  2009-01-14 00:57  游戏点卡在线销售系统\GCSS\GcssBLL\ShopHistoryManager.cs

     文件        951  2009-01-14 00:56  游戏点卡在线销售系统\GCSS\GcssBLL\ShoppingCartManage.cs

     文件        898  2009-01-14 00:54  游戏点卡在线销售系统\GCSS\GcssBLL\SysFunManager.cs

     文件       1957  2009-01-14 00:52  游戏点卡在线销售系统\GCSS\GcssBLL\UserInfoManager.cs

     文件      24576  2009-01-14 01:05  游戏点卡在线销售系统\GCSS\GcssBLL\bin\Debug\GcssBLL.dll

     文件      62976  2009-01-14 01:05  游戏点卡在线销售系统\GCSS\GcssBLL\bin\Debug\GcssBLL.pdb

     文件      53248  2009-01-14 00:51  游戏点卡在线销售系统\GCSS\GcssBLL\bin\Debug\GcssDAL.dll

     文件      77312  2009-01-14 00:51  游戏点卡在线销售系统\GCSS\GcssBLL\bin\Debug\GcssDAL.pdb

     文件      24576  2009-01-14 00:35  游戏点卡在线销售系统\GCSS\GcssBLL\bin\Debug\GcssModels.dll

     文件      91648  2009-01-14 00:35  游戏点卡在线销售系统\GCSS\GcssBLL\bin\Debug\GcssModels.pdb

     文件        232  2009-01-15 01:09  游戏点卡在线销售系统\GCSS\GcssBLL\obj\GcssBLL.csproj.FileList.txt

     文件      24576  2009-01-14 01:05  游戏点卡在线销售系统\GCSS\GcssBLL\obj\Debug\GcssBLL.dll

     文件      62976  2009-01-14 01:05  游戏点卡在线销售系统\GCSS\GcssBLL\obj\Debug\GcssBLL.pdb

     文件      18032  2009-01-17 12:21  游戏点卡在线销售系统\GCSS\GcssBLL\obj\Debug\ResolveAssemblyReference.cache

     文件       1309  2009-01-14 00:16  游戏点卡在线销售系统\GCSS\GcssBLL\Properties\AssemblyInfo.cs

     文件       1951  2009-01-14 00:49  游戏点卡在线销售系统\GCSS\GcssDAL\AdviceService.cs

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

评论

共有 条评论