Cleaning up the solution. Separating Shared.WinRT, Services and Synchronization. Removing synchronization from app. Reducing bundle size by 45mb.
This commit is contained in:
9
Wino.Core.Domain/Interfaces/IDatabaseService.cs
Normal file
9
Wino.Core.Domain/Interfaces/IDatabaseService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using SQLite;
|
||||
|
||||
namespace Wino.Domain.Interfaces
|
||||
{
|
||||
public interface IDatabaseService : IInitializeAsync
|
||||
{
|
||||
SQLiteAsyncConnection Connection { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user