資源簡介
C# 牙醫(yī)管理系統(tǒng) 帶有以SQLSERVER的數(shù)據(jù)庫來保存數(shù)據(jù)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
namespace?BLL
{
????public?class?Appointment
????{
????????DAL.Appointment?dalAppointment?=?new?DAL.Appointment();
????????public?List?GetAppointment(string?doctorID)
????????{
????????????try
????????????{
????????????????return?dalAppointment.GetAppointment(doctorID);
????????????}
????????????catch
????????????{
????????????????throw;
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????506??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\Appointment.cs
?????文件???????2916??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\Bill.cs
?????文件???????9728??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\BLL.dll
?????文件??????50688??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\BLL.pdb
?????文件??????33280??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\DAL.dll
?????文件??????81408??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\DAL.pdb
?????文件???????4608??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\DALFactory.dll
?????文件??????11776??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\DALFactory.pdb
?????文件???????6144??2014-01-17?06:21??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\IDAL.dll
?????文件???????7680??2014-01-17?06:21??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\IDAL.pdb
?????文件??????11264??2014-01-17?04:07??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\Model.dll
?????文件??????65024??2014-01-17?04:07??牙醫(yī)網(wǎng)站V1.0版本\BLL\bin\Debug\Model.pdb
?????文件???????3116??2014-01-17?04:07??牙醫(yī)網(wǎng)站V1.0版本\BLL\BLL.csproj
?????文件???????2065??2014-01-17?06:21??牙醫(yī)網(wǎng)站V1.0版本\BLL\Diagnose.cs
?????文件???????2703??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\Doctor.cs
?????文件???????1849??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\Medicine.cs
?????文件????????522??2014-01-17?03:56??牙醫(yī)網(wǎng)站V1.0版本\BLL\MedicineBill.cs
?????文件???????4881??2014-01-17?04:04??牙醫(yī)網(wǎng)站V1.0版本\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
?????文件???????9728??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\obj\Debug\BLL.dll
?????文件??????50688??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\obj\Debug\BLL.pdb
?????文件???????5962??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????15715??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\BLL\obj\Debug\ResolveAssemblyReference.cache
?????文件???????2074??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\Patient.cs
?????文件???????1362??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\Properties\AssemblyInfo.cs
?????文件???????1933??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\BLL\UseMedicine.cs
?????文件???????1226??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\DAL\Appointment.cs
?????文件???????5149??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\DAL\Bill.cs
?????文件??????33280??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\DAL\bin\Debug\DAL.dll
?????文件??????81408??2014-01-17?07:16??牙醫(yī)網(wǎng)站V1.0版本\DAL\bin\Debug\DAL.pdb
?????文件???????6144??2014-01-16?16:09??牙醫(yī)網(wǎng)站V1.0版本\DAL\bin\Debug\DBUtility.dll
............此處省略242個文件信息
評論
共有 條評論