mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-17 23:57:19 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Streetwriters.Data.Interfaces;
|
||||
|
||||
namespace Streetwriters.Data
|
||||
{
|
||||
public class DbSettings : IDbSettings
|
||||
{
|
||||
public string DatabaseName { get; set; }
|
||||
public string ConnectionString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user