1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-13 05:38:25 -05:00

Split out repositories to Infrastructure.Dapper / EntityFramework (#1759)

This commit is contained in:
Oscar Hinton
2022-01-11 10:40:51 +01:00
committed by GitHub
parent e2c6fc81f4
commit e4a10aae27
536 changed files with 1629 additions and 1589 deletions

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,8 +1,8 @@
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
using Bit.Core.Utilities;

View File

@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
using Core.Models.Data;
using Newtonsoft.Json;

View File

@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,7 +1,7 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models.Response

View File

@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
using Core.Models.Data;

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,5 +1,5 @@
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
namespace Bit.Api.Models.Response
{

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,9 +1,9 @@
using System;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Business;
using Bit.Core.Models.Table;
using Bit.Core.Utilities;
namespace Bit.Api.Models.Response

View File

@ -1,6 +1,6 @@
using Bit.Core.Models.Api;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
namespace Bit.Api.Models.Response

View File

@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Utilities;
namespace Bit.Api.Models.Response

View File

@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models.Response

View File

@ -2,9 +2,9 @@
using System.Collections.Generic;
using System.Linq;
using Bit.Api.Models.Response.Providers;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,7 +1,7 @@
using System;
using Bit.Core.Entities.Provider;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table.Provider;
namespace Bit.Api.Models.Response.Providers
{

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities.Provider;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table.Provider;
namespace Bit.Api.Models.Response.Providers
{

View File

@ -1,8 +1,8 @@
using System;
using Bit.Core.Entities.Provider;
using Bit.Core.Enums.Provider;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table.Provider;
using Bit.Core.Utilities;
namespace Bit.Api.Models.Response.Providers

View File

@ -1,8 +1,8 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
using Bit.Core.Utilities;
using Newtonsoft.Json;

View File

@ -1,8 +1,8 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
using Bit.Core.Utilities;
using Newtonsoft.Json;

View File

@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Business;
using Bit.Core.Models.Table;
using Bit.Core.Utilities;
namespace Bit.Api.Models.Response

View File

@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Data;
using Bit.Core.Models.Table;
using Bit.Core.Settings;
using Core.Models.Data;

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response
{

View File

@ -1,7 +1,7 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
using OtpNet;
namespace Bit.Api.Models.Response.TwoFactor

View File

@ -1,8 +1,8 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response.TwoFactor
{

View File

@ -1,7 +1,7 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response.TwoFactor
{

View File

@ -1,8 +1,8 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response.TwoFactor
{

View File

@ -1,6 +1,6 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response.TwoFactor
{

View File

@ -1,10 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response.TwoFactor
{

View File

@ -1,7 +1,7 @@
using System;
using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Models.Api;
using Bit.Core.Models.Table;
namespace Bit.Api.Models.Response.TwoFactor
{