Skip to content

Instantly share code, notes, and snippets.

@angelobelchior
Created April 7, 2015 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelobelchior/f54245dcc4d21bae563a to your computer and use it in GitHub Desktop.
Save angelobelchior/f54245dcc4d21bae563a to your computer and use it in GitHub Desktop.
using System;
using SQLite.Net.Interop;
namespace MeuDB
{
public interface IConfig
{
string DiretorioDB { get; }
ISQLitePlatform Plataforma { get; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment