diff --git a/GBase/GBaseTable.cs b/GBase/GBaseTable.cs index c3ef9ea..c1b1522 100644 --- a/GBase/GBaseTable.cs +++ b/GBase/GBaseTable.cs @@ -73,7 +73,7 @@ namespace GBase /// A to await public async ValueTask DisposeAsync() { - throw new NotImplementedException(); + await _fileHandler.DisposeAsync(); } } } \ No newline at end of file