You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Model/Category.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ namespace IO.Swagger.Model
15
15
///
16
16
/// </summary>
17
17
[DataContract]
18
-
publicclassCategory:IEquatable<Category>
18
+
publicpartialclassCategory:IEquatable<Category>
19
19
{
20
20
/// <summary>
21
21
/// Initializes a new instance of the <see cref="Category" /> class.
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Model/Order.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ namespace IO.Swagger.Model
15
15
///
16
16
/// </summary>
17
17
[DataContract]
18
-
publicclassOrder:IEquatable<Order>
18
+
publicpartialclassOrder:IEquatable<Order>
19
19
{
20
20
/// <summary>
21
21
/// Initializes a new instance of the <see cref="Order" /> class.
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Model/Pet.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ namespace IO.Swagger.Model
15
15
///
16
16
/// </summary>
17
17
[DataContract]
18
-
publicclassPet:IEquatable<Pet>
18
+
publicpartialclassPet:IEquatable<Pet>
19
19
{
20
20
/// <summary>
21
21
/// Initializes a new instance of the <see cref="Pet" /> class.
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Model/Tag.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ namespace IO.Swagger.Model
15
15
///
16
16
/// </summary>
17
17
[DataContract]
18
-
publicclassTag:IEquatable<Tag>
18
+
publicpartialclassTag:IEquatable<Tag>
19
19
{
20
20
/// <summary>
21
21
/// Initializes a new instance of the <see cref="Tag" /> class.
Copy file name to clipboardExpand all lines: samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Model/User.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ namespace IO.Swagger.Model
15
15
///
16
16
/// </summary>
17
17
[DataContract]
18
-
publicclassUser:IEquatable<User>
18
+
publicpartialclassUser:IEquatable<User>
19
19
{
20
20
/// <summary>
21
21
/// Initializes a new instance of the <see cref="User" /> class.
0 commit comments