Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit e24a5e5

Browse files
Make Setup model inherit from CoreData
1 parent 62ab245 commit e24a5e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Xero.Api/Core/Model/Setup/Setup.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
using System.Collections.Generic;
22
using System.Runtime.Serialization;
3+
using Xero.Api.Common;
34

45
namespace Xero.Api.Core.Model.Setup
56
{
67
[DataContract(Namespace = "")]
7-
public class Setup
8+
public class Setup : CoreData
89
{
910
[DataMember]
1011
public ConversionDetails ConversionDetails { get; set; }

0 commit comments

Comments
 (0)