資源簡介
該項目是我在大學期間做的完整的項目,基本實現了該項目所有的需求,另外還附帶sqlserver數據庫
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Data;
using?DAL;
using?Models;
namespace?BLL
{
????public??class?AddressManager
????{
????????///?
????????///?獲取所有城市名
????????///?
????????///?
????????public?static?List?GetCity()
????????{
????????????return?AddressService.SelectCity();
????????}
????????///?
????????///?獲取所有省份名
????????///?
????????///?
????????public?static?List?GetProvince()
????????{
????????????return?AddressService.SelectProvince();
????????}
????????///?
????????///根據城市ID獲取城市名
????????///?
????????///?
????????///?
????????public?static?City?GetCityNameByCityID(int?CityID)
????????{
????????????return?AddressService.SelectCityNameByCityID(CityID);
????????}
????????///?
????????///?更具城市ID獲取城市名
????????///?
????????///?
????????///?
????????public?static?Province?GetProvinceNameByCityID(int?CityID)
????????{
????????????return?AddressService.SelectProvinceNameByCityID(CityID);
????????}
????????///?
????????///?根據城市名查詢城市ID
????????///?
????????///?
????????///?
????????public?static?int?GetCityIDByCityName(string?cityName)
????????{
????????????//return?AddressService.SelectCityIDByCityName(cityName);?????
????????????return?AddressService.SelectCityIDByCityName(cityName);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-04-13?12:48??眾籌網\
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\
?????目錄???????????0??2019-04-13?12:48??眾籌網\ZhongChouDB\
?????文件??????108884??2019-04-13?12:46??眾籌網\ZhongChouDB\ZhongChouDB.sql
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\.vs\
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\.vs\config\
?????文件???????85882??2019-04-13?12:25??眾籌網\zhongchou\.vs\config\applicationhost.config
?????目錄???????????0??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\.vs\zhongchou\v14\
?????文件??????195584??2019-04-12?17:16??眾籌網\zhongchou\.vs\zhongchou\v14\.suo
?????目錄???????????0??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\v15\
?????文件??????195584??2019-04-13?12:27??眾籌網\zhongchou\.vs\zhongchou\v15\.suo
?????目錄???????????0??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\v15\Server\
?????目錄???????????0??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\v15\Server\sqlite3\
?????文件???????????0??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\v15\Server\sqlite3\db.lock
?????文件????????4096??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\v15\Server\sqlite3\storage.ide
?????文件???????32768??2019-04-13?12:25??眾籌網\zhongchou\.vs\zhongchou\v15\Server\sqlite3\storage.ide-shm
?????文件?????1722192??2019-04-13?12:27??眾籌網\zhongchou\.vs\zhongchou\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\bin\
?????目錄???????????0??2019-04-02?16:53??眾籌網\zhongchou\bin\Debug\
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\BLL\
?????文件????????1766??2019-04-02?16:59??眾籌網\zhongchou\BLL\AddressManager.cs
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\BLL\bin\
?????目錄???????????0??2019-04-13?12:24??眾籌網\zhongchou\BLL\bin\Debug\
?????文件???????12800??2019-04-08?19:56??眾籌網\zhongchou\BLL\bin\Debug\BLL.dll
?????文件???????46592??2019-04-08?19:56??眾籌網\zhongchou\BLL\bin\Debug\BLL.pdb
?????文件???????48128??2019-04-08?19:56??眾籌網\zhongchou\BLL\bin\Debug\DAL.dll
?????文件???????79360??2019-04-08?19:56??眾籌網\zhongchou\BLL\bin\Debug\DAL.pdb
?????文件???????16384??2019-04-04?09:49??眾籌網\zhongchou\BLL\bin\Debug\Model.dll
?????文件???????87552??2019-04-04?09:49??眾籌網\zhongchou\BLL\bin\Debug\Model.pdb
?????目錄???????????0??2019-04-02?16:58??眾籌網\zhongchou\BLL\bin\Release\
............此處省略1109個文件信息
- 上一篇:asp.net mvc5 源碼
- 下一篇:C#WinForm人事管理系統開發實錄
評論
共有 條評論