diff options
Diffstat (limited to 'code/api/src/Migrations/20220319203018_UserBase.Designer.cs')
| -rw-r--r-- | code/api/src/Migrations/20220319203018_UserBase.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/api/src/Migrations/20220319203018_UserBase.Designer.cs b/code/api/src/Migrations/20220319203018_UserBase.Designer.cs index 96381a3..dfc42ee 100644 --- a/code/api/src/Migrations/20220319203018_UserBase.Designer.cs +++ b/code/api/src/Migrations/20220319203018_UserBase.Designer.cs @@ -4,7 +4,7 @@ #nullable disable using System; -using IOL.GreatOffice.Api.Data; +using IOL.GreatOffice.Api.Models; using IOL.GreatOffice.Api.Models.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; |
