refactoring
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace MyOffice.Migrations;
|
||||
namespace MyOffice.Migrations.Postgres;
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Design;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using DbContext;
|
||||
using Shared;
|
||||
using MyOffice.DbContext;
|
||||
using MyOffice.Shared;
|
||||
|
||||
public class AppDbContextFactoryPostgres : IDesignTimeDbContextFactory<AppDbContext>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user