1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Fix linting errors (#2577)

* Fix linting errors

* Use microsoft.Data.SqlClient
This commit is contained in:
Oscar Hinton
2023-01-13 17:02:44 +01:00
committed by GitHub
parent 1f0fc43278
commit 504395a4e1
3 changed files with 139 additions and 141 deletions

View File

@ -1,10 +1,10 @@
using System.Data;
using System.Data.SqlClient;
using Bit.Core.Entities;
using Bit.Core.Models.Data;
using Bit.Core.Repositories;
using Bit.Core.Settings;
using Dapper;
using Microsoft.Data.SqlClient;
namespace Bit.Infrastructure.Dapper.Repositories;