Remove dependency of Oqtane.Server on SqlClient

This commit is contained in:
Charles Nurse
2021-05-11 13:56:49 -07:00
parent efe803f147
commit 4ffdcf1e52
13 changed files with 223 additions and 77 deletions

View File

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using Oqtane.Models;
namespace Oqtane.Repository.Databases
namespace Oqtane.Database.SqlServer
{
public class SqlServerDatabase : SqlServerDatabaseBase
{