资源简介
SQL,.NET,WEB 三层架构实现添删查改
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DAL;
using System.Data;
namespace BLL
{
public class DepetBll
{
DeptDal DB = new DeptDal();
public bool INemployee(string Badge string name string address string tellnum string position string Birthday)//添加员工信息
{
return DB.INemployee(Badge name address tellnum position Birthday);
}
public bool INTourlist(string tourno string tourname string tourdatetime string tourlunch string tourgocar string tourbackcar string tourstay string tourmaxnum)//添加旅游路线
{
return DB.INTourlist(tourno tourname tourdatetime tourlunch tourgocar tourbackcar tourstay tourmaxnu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-05-17 18:03 SQL\
文件 8388608 2020-05-18 08:44 SQL\Tour.mdf
文件 8388608 2020-05-18 08:44 SQL\Tour_log.ldf
文件 572928 2020-05-16 15:23 使用ASP.NET技术开发旅游报名系统.doc
目录 0 2020-05-17 11:53 启动项\
目录 0 2020-05-17 11:53 启动项\员工启动\
目录 0 2020-05-17 11:53 启动项\员工启动\.vs\
目录 0 2020-05-17 11:53 启动项\员工启动\.vs\config\
文件 85830 2020-05-17 11:53 启动项\员工启动\.vs\config\applicationhost.config
目录 0 2020-05-17 11:53 启动项\员工启动\.vs\员工启动\
目录 0 2020-05-17 11:53 启动项\员工启动\.vs\员工启动\v15\
文件 99840 2020-05-23 08:21 启动项\员工启动\.vs\员工启动\v15\.suo
目录 0 2020-05-17 11:53 启动项\员工启动\.vs\员工启动\v15\Server\
目录 0 2020-05-17 11:53 启动项\员工启动\.vs\员工启动\v15\Server\sqlite3\
文件 0 2020-05-17 11:53 启动项\员工启动\.vs\员工启动\v15\Server\sqlite3\db.lock
文件 1179648 2020-05-18 08:30 启动项\员工启动\.vs\员工启动\v15\Server\sqlite3\storage.ide
文件 32768 2020-05-23 08:00 启动项\员工启动\.vs\员工启动\v15\Server\sqlite3\storage.ide-shm
文件 4152992 2020-05-23 08:20 启动项\员工启动\.vs\员工启动\v15\Server\sqlite3\storage.ide-wal
目录 0 2020-05-18 08:43 启动项\员工启动\BLL\
目录 0 2020-05-17 11:55 启动项\员工启动\BLL\bin\
目录 0 2020-05-18 08:43 启动项\员工启动\BLL\bin\Debug\
文件 5120 2020-05-18 08:43 启动项\员工启动\BLL\bin\Debug\BLL.dll
文件 17920 2020-05-18 08:43 启动项\员工启动\BLL\bin\Debug\BLL.pdb
文件 8704 2020-05-18 08:43 启动项\员工启动\BLL\bin\Debug\DAL.dll
文件 19968 2020-05-18 08:43 启动项\员工启动\BLL\bin\Debug\DAL.pdb
目录 0 2020-05-17 11:55 启动项\员工启动\BLL\bin\Release\
文件 2386 2020-05-18 07:39 启动项\员工启动\BLL\BLL.csproj
文件 2110 2020-05-18 08:43 启动项\员工启动\BLL\DepetBll.cs
目录 0 2020-05-17 11:53 启动项\员工启动\BLL\obj\
目录 0 2020-05-18 08:43 启动项\员工启动\BLL\obj\Debug\
文件 0 2020-05-18 08:43 启动项\员工启动\BLL\obj\Debug\BLL.csproj.CopyComplete
............此处省略245个文件信息
评论
共有 条评论