250501 커밋
This commit is contained in:
@@ -1,20 +1,9 @@
|
||||
using ServerCore;
|
||||
using ServerBase;
|
||||
using ServerCommon;
|
||||
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BrokerCore.Repository.Context;
|
||||
|
||||
using BrokerApiCore.Repository.SqlConfig;
|
||||
|
||||
using DbEntity;
|
||||
|
||||
using Microsoft.EntityFrameworkCore.Design;
|
||||
using ServerBase;
|
||||
using ServerCore;
|
||||
|
||||
using SqlConfig;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
public class MetaverseBrokerDbContext: DbContext
|
||||
{
|
||||
public DbSet<SapphireExchangeOrder> SapphireExchangeOrders { get; set; }
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
namespace BrokerCore.Repository.Context;
|
||||
|
||||
using DbEntity;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
public class SsoAccountDbContext: DbContext
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user