Skip to content

Commit 4dfde6e

Browse files
author
Fraser Greenroyd
committed
Add IObject compliance
1 parent 921ab0f commit 4dfde6e

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

SQL_oM/Requests/ISingleTableRequest.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
*/
2222

2323
using BH.oM.Adapter;
24+
using BH.oM.Base;
2425
using BH.oM.Data.Requests;
2526
using System;
2627

2728
namespace BH.oM.Adapters.SQL
2829
{
29-
public interface ISingleTableRequest
30+
public interface ISingleTableRequest : IObject
3031
{
3132
/***************************************************/
3233
/**** Properties ****/
@@ -37,7 +38,3 @@ public interface ISingleTableRequest
3738
/***************************************************/
3839
}
3940
}
40-
41-
42-
43-

SQL_oM/Requests/ITypeStrongRequest.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
*/
2222

2323
using BH.oM.Adapter;
24+
using BH.oM.Base;
2425
using BH.oM.Data.Requests;
2526
using System;
2627

2728
namespace BH.oM.Adapters.SQL
2829
{
29-
public interface ITypeStrongRequest
30+
public interface ITypeStrongRequest : IObject
3031
{
3132
/***************************************************/
3233
/**** Properties ****/
@@ -37,7 +38,3 @@ public interface ITypeStrongRequest
3738
/***************************************************/
3839
}
3940
}
40-
41-
42-
43-

0 commit comments

Comments
 (0)