개정판 a5b2c76f
pdfnet.dll 참조 제거
Change-Id: Ib3375d7635fca94f235e774e698770c65e38268c
MARKUS_pemss.wxs | ||
---|---|---|
224 | 224 |
<Component Id="cmp125C379E185231EFADA4CB4301BD0A9E" Directory="INSTALLFOLDER" Guid="876DA7E8-ED43-4C22-B6E9-9FB423B79821" Win64='yes'> |
225 | 225 |
<File Id="fil3A2F44A7730E98D18E0948B3261DFABD" KeyPath="yes" Source=".\Setup\Newtonsoft.Json.xml" /> |
226 | 226 |
</Component> |
227 |
<Component Id="cmp82162AA35E4D78F0F145A3CCC93A196B" Directory="INSTALLFOLDER" Guid="C2BCCC3F-1013-40C8-88B2-E0EBC143ED13" Win64='yes'>
|
|
227 |
<!--<Component Id="cmp82162AA35E4D78F0F145A3CCC93A196B" Directory="INSTALLFOLDER" Guid="C2BCCC3F-1013-40C8-88B2-E0EBC143ED13" Win64='yes'>
|
|
228 | 228 |
<File Id="fil30E1423B0A61DF08B361E12C1768FD64" KeyPath="yes" Source=".\Setup\PDFNet.dll" /> |
229 |
</Component> |
|
229 |
</Component>-->
|
|
230 | 230 |
<Component Id="cmp43571D5B3C98C620B91CFB722AB036A9" Directory="INSTALLFOLDER" Guid="A3528BD7-DF0A-4334-8BF7-75FCC2328A63" Win64='yes'> |
231 | 231 |
<File Id="fil25C6F19EFB20FE77CA17650F918CB561" KeyPath="yes" Source=".\Setup\RestSharp.dll" /> |
232 | 232 |
</Component> |
PemssAPI/PemssApi.cs | ||
---|---|---|
338 | 338 |
{ "uId", uId} |
339 | 339 |
}; |
340 | 340 |
|
341 |
var jsonObj = DeleteWebClientString($"{gPemssUri}/rest/ext/comment/bidders?dId={dId}&mdId={bdId}&commentId={commentId}&uId={uId}", values);
|
|
341 |
var jsonObj = DeleteWebClientString($"{gPemssUri}/rest/ext/comment/bidders?dId={dId}&bdid={bdId}&commentId={commentId}&uId={uId}", values);
|
|
342 | 342 |
|
343 | 343 |
if (jsonObj != null) |
344 | 344 |
{ |
내보내기 Unified diff