mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 23:29:31 -04:00
13 lines
236 B
C#
13 lines
236 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Duplicati.Library.RestAPI.Database
|
|
{
|
|
public static class DatabaseConnectionSchemaMarker
|
|
{
|
|
}
|
|
}
|