Binboo.Core.Persistence.StorageManager.DatabaseFilePath C# (CSharp) Method

DatabaseFilePath() private method

private DatabaseFilePath ( ) : string
return string
        private string DatabaseFilePath()
        {
            return Path.Combine(_basePath, "BinbooPersistence.odb");
        }