Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created May 11, 2018 12:22
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 icebeam7/e2760fcbe36f76432b2d93e4b6856082 to your computer and use it in GitHub Desktop.
Save icebeam7/e2760fcbe36f76432b2d93e4b6856082 to your computer and use it in GitHub Desktop.
SistemaEscolar: IBaseDatos.cs
namespace SistemaEscolar.Datos
{
public interface IBaseDatos
{
string GetDatabasePath();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment