mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-15 22:57:20 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Streetwriters.Data.Interfaces
|
||||
{
|
||||
public interface IUnitOfWork : IDisposable
|
||||
{
|
||||
Task<bool> Commit();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user