forked from loafle/openapi-generator-original
Merge branch 'Rizzen-ctor-without-parameters'
This commit is contained in:
commit
4a0bc8f177
@ -93,6 +93,17 @@ namespace {{packageName}}.{{apiPackage}}
|
||||
ExceptionFactory = {{packageName}}.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="{{classname}}"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public {{classname}}()
|
||||
{
|
||||
this.Configuration = {{packageName}}.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = {{packageName}}.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="{{classname}}"/> class
|
||||
/// using Configuration object
|
||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public AnotherFakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -597,6 +597,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeClassnameTags123Api()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// using Configuration object
|
||||
|
@ -453,6 +453,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public PetApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -211,6 +211,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public StoreApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -387,6 +387,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public UserApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -1 +1 @@
|
||||
3.3.2-SNAPSHOT
|
||||
3.3.2-SNAPSHOT
|
||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public AnotherFakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -320,6 +320,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeClassnameTags123Api()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// using Configuration object
|
||||
|
@ -248,6 +248,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public PetApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -127,6 +127,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public StoreApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -215,6 +215,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public UserApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -1 +1 @@
|
||||
3.3.2-SNAPSHOT
|
||||
3.3.2-SNAPSHOT
|
||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public AnotherFakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -320,6 +320,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -66,6 +66,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeClassnameTags123Api()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// using Configuration object
|
||||
|
@ -248,6 +248,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public PetApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -127,6 +127,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public StoreApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -215,6 +215,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public UserApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -1 +1 @@
|
||||
3.3.2-SNAPSHOT
|
||||
3.3.2-SNAPSHOT
|
||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public AnotherFakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -597,6 +597,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeClassnameTags123Api()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// using Configuration object
|
||||
|
@ -453,6 +453,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public PetApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -211,6 +211,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public StoreApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -387,6 +387,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public UserApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -1 +1 @@
|
||||
3.3.2-SNAPSHOT
|
||||
3.3.2-SNAPSHOT
|
||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public AnotherFakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="AnotherFakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -597,6 +597,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -89,6 +89,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public FakeClassnameTags123Api()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="FakeClassnameTags123Api"/> class
|
||||
/// using Configuration object
|
||||
|
@ -453,6 +453,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public PetApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PetApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -211,6 +211,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public StoreApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="StoreApi"/> class
|
||||
/// using Configuration object
|
||||
|
@ -387,6 +387,17 @@ namespace Org.OpenAPITools.Api
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public UserApi()
|
||||
{
|
||||
this.Configuration = Org.OpenAPITools.Client.Configuration.Default;
|
||||
|
||||
ExceptionFactory = Org.OpenAPITools.Client.Configuration.DefaultExceptionFactory;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserApi"/> class
|
||||
/// using Configuration object
|
||||
|
Loading…
x
Reference in New Issue
Block a user