资源简介

豪车销售系统源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using RichCarSale.Model;
using RichCarSale.DAL;

namespace RichCarSale.BLL
{
  public class adminTableManager
    {
      AdminTableServer dao = new AdminTableServer();
      //public List GetAlladmin()
      //{
      //    return dao.GetAllAdmin();
      //}
      public bool LoginOk(string userName string userPassword)
      {
         return dao.LoginOk(userName userPassword);
      }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2263  2012-11-12 09:10  51Aspx源码必读.txt
     文件      163840  2012-11-12 09:10  DotNetSpeech.dll
     文件        4945  2012-11-12 09:10  from.gif
     文件        5671  2012-11-12 09:10  RichCarSale.sln
     文件       95232  2012-11-12 09:10  RichCarSale.suo
     文件         125  2012-11-12 09:10  最新Asp.Net源码下载.url
     文件     2359296  2012-11-12 09:10  DB_51aspx\CarSaleSyetem.mdf
     文件      589824  2012-11-12 09:10  DB_51aspx\CarSaleSyetem_log.LDF
     文件         525  2012-11-12 09:10  RichCarSale.BLL\adminTableManager.cs
     文件         651  2012-11-12 09:10  RichCarSale.BLL\CarTypeManager.cs
     文件         709  2012-11-12 09:10  RichCarSale.BLL\CustomerManager.cs
     文件         387  2012-11-12 09:10  RichCarSale.BLL\DepartmentManager.cs
     文件         707  2012-11-12 09:10  RichCarSale.BLL\factoryProductManager.cs
     文件         679  2012-11-12 09:10  RichCarSale.BLL\GoodsTableManager.cs
     文件         567  2012-11-12 09:10  RichCarSale.BLL\OrderCarManager.cs
     文件         539  2012-11-12 09:10  RichCarSale.BLL\OrderCarTableManager.cs
     文件        3251  2012-11-12 09:10  RichCarSale.BLL\RichCarSale.BLL.csproj
     文件         360  2012-11-12 09:10  RichCarSale.BLL\StoreageInfoManager.cs
     文件         635  2012-11-12 09:10  RichCarSale.BLL\StoreageTableManager.cs
     文件         801  2012-11-12 09:10  RichCarSale.BLL\WorkerManager.cs
     文件        8192  2012-11-12 09:10  RichCarSale.BLL\bin\Debug\RichCarSale.BLL.dll
     文件       62976  2012-11-12 09:10  RichCarSale.BLL\bin\Debug\RichCarSale.BLL.pdb
     文件       38912  2012-11-12 09:10  RichCarSale.BLL\bin\Debug\RichCarSale.DAL.dll
     文件       77312  2012-11-12 09:10  RichCarSale.BLL\bin\Debug\RichCarSale.DAL.pdb
     文件       19968  2012-11-12 09:10  RichCarSale.BLL\bin\Debug\RichCarSale.Model.dll
     文件        7680  2012-11-12 09:10  RichCarSale.BLL\bin\Debug\RichCarSale.Model.pdb
     文件        5991  2012-11-12 09:10  RichCarSale.BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件        5659  2012-11-12 09:10  RichCarSale.BLL\obj\Debug\ResolveAssemblyReference.cache
     文件        9881  2012-11-12 09:10  RichCarSale.BLL\obj\Debug\RichCarSale.BLL.csproj.FileListAbsolute.txt
     文件       14364  2012-11-12 09:10  RichCarSale.BLL\obj\Debug\RichCarSale.BLL.csprojResolveAssemblyReference.cache
     文件        8192  2012-11-12 09:10  RichCarSale.BLL\obj\Debug\RichCarSale.BLL.dll
............此处省略244个文件信息

评论

共有 条评论