コード例 #1
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetDepartmentResponse(HiringRequestService.Contoso.OrgService.Department GetDepartmentResult)
 {
     this.GetDepartmentResult = GetDepartmentResult;
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: yongzhao1/dotnet-samples
 public GetDepartmentResponse(HiringRequestService.Contoso.OrgService.Department GetDepartmentResult)
 {
     this.GetDepartmentResult = GetDepartmentResult;
 }