1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 07:33:46 +00:00
Files
mobile/src/App/Abstractions/Services/IDatabaseService.cs
Kyle Spearrin bc3d9c4465 initial commit
2016-05-02 02:52:09 -04:00

7 lines
116 B
C#

namespace Bit.App.Abstractions
{
public interface IDatabaseService
{
void CreateTables();
}
}