1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

move domains to Models.Table

This commit is contained in:
Kyle Spearrin
2017-03-08 21:45:08 -05:00
parent 985435b696
commit bd0c960e9f
81 changed files with 81 additions and 81 deletions

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models

View File

@ -1,4 +1,4 @@
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using System.ComponentModel.DataAnnotations;
namespace Bit.Api.Models

View File

@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
namespace Bit.Api.Models
{

View File

@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
namespace Bit.Api.Models
{

View File

@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using Bit.Api.Utilities;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
using Newtonsoft.Json;

View File

@ -1,6 +1,6 @@
using System;
using System.ComponentModel.DataAnnotations;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
using Newtonsoft.Json;

View File

@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using Bit.Api.Utilities;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models

View File

@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using Bit.Api.Utilities;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models

View File

@ -1,4 +1,4 @@
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
using Bit.Core.Models.Business;
using System;

View File

@ -1,4 +1,4 @@
using Bit.Core.Domains;
using Bit.Core.Models.Table;
namespace Bit.Api.Models
{

View File

@ -1,4 +1,4 @@
using Bit.Core.Domains;
using Bit.Core.Models.Table;
namespace Bit.Api.Models
{

View File

@ -1,7 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using Bit.Api.Utilities;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Newtonsoft.Json;
namespace Bit.Api.Models

View File

@ -1,4 +1,4 @@
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using System.Collections.Generic;
using Bit.Core.Enums;
using Newtonsoft.Json;

View File

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

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
namespace Bit.Api.Models
{

View File

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

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
namespace Bit.Api.Models

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using System.Collections.Generic;
using Newtonsoft.Json;
using Bit.Core.Enums;

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using System.Collections.Generic;
using System.Linq;
using Bit.Core.Models.Data;

View File

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

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
namespace Bit.Api.Models

View File

@ -1,5 +1,5 @@
using System;
using Bit.Core.Domains;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
namespace Bit.Api.Models