mirror of
https://github.com/bitwarden/mobile
synced 2025-12-31 07:33:46 +00:00
7 lines
116 B
C#
7 lines
116 B
C#
namespace Bit.App.Abstractions
|
|
{
|
|
public interface IDatabaseService
|
|
{
|
|
void CreateTables();
|
|
}
|
|
} |