您目前尚未登陆,请选择【登陆】或【注册
首页->电子商务->Asp.net2.0电子商务网源码>>BLL/SendArea.cs>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Asp.net2.0电子商务网源码


当前文件路径:AspNetDianZiShangWu/BLL/SendArea.cs 文件类型
普通视图
		            
1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.ComponentModel; 5using Jiaen.Components; 6using Jiaen.Components.IDAL; 7using Jiaen.SQLServerDAL; 8 9namespace Jiaen.BLL 10{ 11 [DataObjectAttribute] 12 public class SendArea 13 { 14 private static readonly ISendArea sendAreas= DataAccess.CreateSendArea(); 15 16 /// <summary> 17 /// 获取配送地址列表 18 /// </summary> 19 /// <returns></returns> 20 public static IList<SendAreaInfo> GetSendArea() 21 { 22 return sendAreas.GetSendArea(); 23 } 24 25 public static IList<SendAreaInfo> GetSendArea(int type, int areaID) 26 { 27 return sendAreas.GetSendArea(type, areaID); 28 } 29 /// <summary> 30 /// 获取特定配送地址信息 31 /// </summary> 32 /// <param name="link"></param> 33 /// <returns></returns> 34 public static SendAreaInfo GetSendAreaByID(int sendID) 35 { 36 return sendAreas.GetSendAreaByID(sendID); 37 } 38 39 /// <summary> 40 /// 添加配送地址信息 41 /// </summary> 42 /// <param name="link"></param> 43 public static void InsertSendArea(SendAreaInfo send) 44 { 45 sendAreas.InsertSendArea(send); 46 } 47 48 /// <summary> 49 /// 更新配送地址信息 50 /// </summary> 51 /// <param name="link"></param> 52 /// <returns></returns> 53 public static int UpdateSendArea(SendAreaInfo send) 54 { 55 return sendAreas.UpdateSendArea(send); 56 } 57 58 /// <summary> 59 /// 删除配送地址信息 60 /// </summary> 61 /// <param name="link"></param> 62 /// <returns></returns> 63 public static int DeleteSendArea(int AreaID) 64 { 65 return sendAreas.DeleteSendArea(AreaID); 66 } 67 } 68} 69
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Asp.net2.0电子商务网源码

- 特瑞飞家教信息平台源码

- Asp.net在线压缩解压简单实例..

- ASP.NET标准三层架构留言本项..

- BK通用信息采集系统web版源码

- SpaceBuilder v1.0正式版源码

- DicuzNT论坛1.0SQLServer版源码

- Asp.net航班查询系统源码

- SpaceBuilder v1.1源代码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号