xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.09M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-25
  • 語言: C#
  • 標簽: WCF??實例??c??

資源簡介

WCF實例

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Runtime.Serialization;

namespace?LotterytWcfService
{
????[DataContract]
????public?class?JsonResult
????{
????????///?
????????///?Construct
????????///?

????????public?JsonResult(string?name?string?address?string?phone)
????????{
????????????_name?=?string.Format(“Name:{0}“?name);
????????????_address?=?string.Format(“Address:{0}“?address);
????????????_phoneNumber?=?string.Format(“PhoneNubmer:{0}“?phone);
????????}

????????private?string?_name;
????????///?
????????///?Name
????????///?

????????[DataMember]
????????public?string?Name
????????{
????????????get?{?return?_name;?}
????????????set?{?_name?=?value;?}
?????

評論

共有 條評論