개정판 0b75c341
PEMSS의 정합성 코멘트는 제외하고 Export 되도록 수정
Change-Id: I289cc872cf12b9d43fb415d0381271acca61f00a
PemssApiTest/Connected Services/ServiceDeepView/Reference.cs | ||
---|---|---|
4139 | 4139 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
4140 | 4140 |
System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo); |
4141 | 4141 |
|
4142 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")] |
|
4143 |
System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo); |
|
4144 |
|
|
4145 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataForPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataForPageResponse")] |
|
4146 |
System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo); |
|
4147 |
|
|
4142 | 4148 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
4143 | 4149 |
bool AddMarkupInfo(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value); |
4144 | 4150 |
|
... | ... | |
4673 | 4679 |
return base.Channel.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo); |
4674 | 4680 |
} |
4675 | 4681 |
|
4682 |
public System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA> GetMarkupDataForPage(string project_no, string _markupinfoid, int _pageNo) { |
|
4683 |
return base.Channel.GetMarkupDataForPage(project_no, _markupinfoid, _pageNo); |
|
4684 |
} |
|
4685 |
|
|
4686 |
public System.Threading.Tasks.Task<System.Collections.Generic.List<PemssApiTest.ServiceDeepView.MARKUP_DATA>> GetMarkupDataForPageAsync(string project_no, string _markupinfoid, int _pageNo) { |
|
4687 |
return base.Channel.GetMarkupDataForPageAsync(project_no, _markupinfoid, _pageNo); |
|
4688 |
} |
|
4689 |
|
|
4676 | 4690 |
public bool AddMarkupInfo(string project_no, PemssApiTest.ServiceDeepView.MARKUP_INFO value) { |
4677 | 4691 |
return base.Channel.AddMarkupInfo(project_no, value); |
4678 | 4692 |
} |
내보내기 Unified diff