摘要:
WCF端接口 [Description("REST服务测试")] [ServiceContract] public interface IAccountRestService : IRestServiceContract { [WebInvoke(Method = "GET", ResponseFormat = WebMessageFormat.Json)] List GetAccountDataByGet(); [WebInvoke(Method = "POST")] List GetAccountDataByP... 阅读全文
posted @ 2012-09-05 06:03
beta2013
阅读(656)
评论(0)
推荐(0)
浙公网安备 33010602011771号