forked from loafle/openapi-generator-original
Added construct that was removed when merge wrongly
This commit is contained in:
@@ -17,6 +17,15 @@ namespace IO.Swagger.Model
|
||||
public class Category : IEquatable<Category>
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Category" /> class.
|
||||
/// </summary>
|
||||
public Category()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
|
||||
@@ -36,6 +36,15 @@ namespace IO.Swagger.Model
|
||||
[DataMember(Name="status", EmitDefaultValue=true)]
|
||||
public StatusEnum Status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Order" /> class.
|
||||
/// </summary>
|
||||
public Order()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
|
||||
@@ -36,6 +36,15 @@ namespace IO.Swagger.Model
|
||||
[DataMember(Name="status", EmitDefaultValue=true)]
|
||||
public StatusEnum Status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Pet" /> class.
|
||||
/// </summary>
|
||||
public Pet()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
|
||||
@@ -17,6 +17,15 @@ namespace IO.Swagger.Model
|
||||
public class Tag : IEquatable<Tag>
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Tag" /> class.
|
||||
/// </summary>
|
||||
public Tag()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
|
||||
@@ -17,6 +17,15 @@ namespace IO.Swagger.Model
|
||||
public class User : IEquatable<User>
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="User" /> class.
|
||||
/// </summary>
|
||||
public User()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user