From 97e93e4669958ff7ac18886e0394cd63260d3c70 Mon Sep 17 00:00:00 2001 From: ivar Date: Sat, 11 Nov 2023 22:09:47 +0100 Subject: Fix usings --- code/api/src/Migrations/AppDbContextModelSnapshot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/api/src/Migrations/AppDbContextModelSnapshot.cs') diff --git a/code/api/src/Migrations/AppDbContextModelSnapshot.cs b/code/api/src/Migrations/AppDbContextModelSnapshot.cs index 106f6d4..525d8f4 100644 --- a/code/api/src/Migrations/AppDbContextModelSnapshot.cs +++ b/code/api/src/Migrations/AppDbContextModelSnapshot.cs @@ -1,6 +1,6 @@ // using System; -using IOL.GreatOffice.Api.Data.Database; +using IOL.GreatOffice.Api.Models.Database; using IOL.GreatOffice.Api.Models.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; -- cgit v1.3