首页 > 数据库技术 > 详细

数据库 IDBservice

时间:2015-01-16 14:22:39      阅读:379      评论:0      收藏:0      [点我收藏+]

using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; using System.Data; using System.Data.SqlClient;

namespace haohaoran.Web {     // 注意: 使用“重构”菜单上的“重命名”命令,可以同时更改代码和配置文件中的接口名“IDBService”。     [ServiceContract]     public interface IDBService     {         [OperationContract]         void DoWork();         [OperationContract]         bool CheckUser(string sUser, string sPsd);         [OperationContract]         bool creatUser(string suser, string spsd);     } }

数据库 IDBservice

原文:http://www.cnblogs.com/aisi-liu/p/4228419.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!