File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 */
2222
2323using BH . oM . Adapter ;
24+ using BH . oM . Base ;
2425using BH . oM . Data . Requests ;
2526using System ;
2627
2728namespace 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-
Original file line number Diff line number Diff line change 2121 */
2222
2323using BH . oM . Adapter ;
24+ using BH . oM . Base ;
2425using BH . oM . Data . Requests ;
2526using System ;
2627
2728namespace 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-
You can’t perform that action at this time.
0 commit comments