Added construct that was removed when merge wrongly

This commit is contained in:
Justus Thorvaldsson
2015-12-22 12:24:08 +01:00
parent ea55c9c901
commit 3b95df3ca7
6 changed files with 56 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>