資源簡介
使用.NET-ASP.NET和三層架構等技術開發網站。。。。。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?Models;//
using?DAL;//
namespace?BLL
{
????//業務服務類
????public?class?CustomerBLL
????{
????????//實例化對象
????????CustomerDAL?dal?=?new?CustomerDAL();
????????//用戶登錄
????????public?Customer?Login(string?CustomerName)
????????{
????????????return?dal.Login(CustomerName);
????????}
?????????//添加用戶
????????public?bool?CustomerAdd(Customer?model)
????????{
????????????return?dal.CustomerAdd(model);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.????119296??2018-03-26?20:27??系統\.vs\花店系統\v14\.suo
?????文件???????5120??2017-12-15?20:54??系統\BLL\bin\Debug\BLL.dll
?????文件??????15872??2017-12-15?20:54??系統\BLL\bin\Debug\BLL.pdb
?????文件???????8192??2017-12-15?20:54??系統\BLL\bin\Debug\DAL.dll
?????文件??????17920??2017-12-15?20:54??系統\BLL\bin\Debug\DAL.pdb
?????文件???????6656??2017-12-15?20:54??系統\BLL\bin\Debug\DBUtility.dll
?????文件??????15872??2017-12-15?20:54??系統\BLL\bin\Debug\DBUtility.pdb
?????文件???????9728??2017-12-15?20:54??系統\BLL\bin\Debug\Models.dll
?????文件??????11776??2017-12-15?20:54??系統\BLL\bin\Debug\Models.pdb
?????文件???????2858??2017-11-25?11:47??系統\BLL\BLL.csproj
?????文件????????601??2017-12-15?20:44??系統\BLL\CustomerBLL.cs
?????文件????????971??2017-12-14?19:07??系統\BLL\FlowerBLL.cs
?????文件????????415??2017-11-25?11:44??系統\BLL\FlowerPurposeBLL.cs
?????文件????????966??2018-01-11?20:07??系統\BLL\MemberBLL.cs
?????文件???????1477??2017-12-15?23:30??系統\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
?????文件??????21078??2017-12-15?22:27??系統\BLL\obj\Debug\BLL.csprojResolveAssemblyReference.cache
?????文件???????5120??2017-12-15?20:54??系統\BLL\obj\Debug\BLL.dll
?????文件??????15872??2017-12-15?20:54??系統\BLL\obj\Debug\BLL.pdb
?????文件???????6784??2018-03-26?19:21??系統\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2017-10-27?11:08??系統\BLL\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2017-10-27?11:08??系統\BLL\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2017-10-27?11:08??系統\BLL\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????918??2018-01-12?14:08??系統\BLL\OrdersServiceBLL.cs
?????文件???????1344??2017-10-27?11:08??系統\BLL\Properties\AssemblyInfo.cs
?????文件????????418??2018-01-12?11:11??系統\BLL\StatesBLL.cs
?????文件????????947??2018-02-01?19:38??系統\BLL\UserBLL.cs
?????文件???????8192??2017-12-15?20:54??系統\DAL\bin\Debug\DAL.dll
?????文件??????17920??2017-12-15?20:54??系統\DAL\bin\Debug\DAL.pdb
?????文件???????6656??2017-12-15?20:54??系統\DAL\bin\Debug\DBUtility.dll
?????文件??????15872??2017-12-15?20:54??系統\DAL\bin\Debug\DBUtility.pdb
............此處省略1154個文件信息
評論
共有 條評論