mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
7 lines
No EOL
116 B
C#
7 lines
No EOL
116 B
C#
namespace Bit.App.Abstractions
|
|
{
|
|
public interface IDatabaseService
|
|
{
|
|
void CreateTables();
|
|
}
|
|
} |