Initial Commit
This commit is contained in:
18
Systems/Postgres/Credential.cs
Normal file
18
Systems/Postgres/Credential.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Sdaleo.Systems.Postgres.Internal;
|
||||
|
||||
namespace Sdaleo.Systems.Postgres
|
||||
{
|
||||
/// <summary>
|
||||
/// Handles SQL CE Credentials, to be
|
||||
/// used by all our SQL CE Functions
|
||||
/// </summary>
|
||||
public class PgSqlCredential
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user