摘要:
1.结构2.契约:using System.ServiceModel;using Rhythmk.Entity;namespace Rhythmk.Contracts{ [ServiceContract(Namespace="http://wwww.wangkun.com")] publicinterface ICalculate { [OperationContract(Name="AddServices")] double Add(double x, double y); /* Name :则体现在客户端调用此... 阅读全文
posted @ 2011-05-25 14:11
Rhythmk
阅读(448)
评论(0)
推荐(0)
浙公网安备 33010602011771号