|
|
|
@ -3,6 +3,7 @@ |
|
|
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
|
|
|
// Copyright(c) 2020 SimonG. All Rights Reserved. |
|
|
|
|
|
|
|
|
|
|
|
using System.Threading.Tasks; |
|
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
using GBase.Api.Services; |
|
|
|
using GBase.Client.Interfaces; |
|
|
|
using GBase.Client.Interfaces; |
|
|
|
using GBase.Client.Services; |
|
|
|
using GBase.Client.Services; |
|
|
|
|
|
|
|
|
|
|
|
@ -18,9 +19,9 @@ namespace GBase.Client |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public GBaseService GBase { get; } |
|
|
|
public IGBaseService GBase { get; } |
|
|
|
public GBaseTableService GBaseTable { get; } |
|
|
|
public IGBaseTableService GBaseTable { get; } |
|
|
|
public GBaseEntryService GBaseEntry { get; } |
|
|
|
public IGBaseEntryService GBaseEntry { get; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public async ValueTask DisposeAsync() |
|
|
|
public async ValueTask DisposeAsync() |
|
|
|
|