This commit is contained in:
Ashita Prasad
2024-04-14 18:39:40 +05:30
parent 91912b0e39
commit 11748a62b0
3 changed files with 23 additions and 25 deletions

View File

@ -101,7 +101,7 @@ class Codegen {
case CodegenLanguage.cCurlCodeGen:
return CCurlCodeGen().getCode(rM);
case CodegenLanguage.cSharpHttpClient:
return CSharpHttpClientCodeGen().getCode(rM, boundary: boundary);
return CSharpHttpClientCodeGen().getCode(rM);
case CodegenLanguage.cSharpRestSharp:
return CSharpRestSharp().getCode(rM);
case CodegenLanguage.phpHttpPlug: