Skip to content

Commit

Permalink
Clean up ConnectionHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
satano committed Dec 19, 2019
1 parent 349c256 commit 80b1e9c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Data/ConnectionHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Text;

namespace Kros.KORM.Data
{
Expand Down Expand Up @@ -45,9 +43,6 @@ protected virtual void Dispose(bool disposing)
}
}

public void Dispose()
{
Dispose(true);
}
public void Dispose() => Dispose(true);
}
}

0 comments on commit 80b1e9c

Please sign in to comment.