250501 커밋
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
public class PlanetExchangeOrderConfig : IEntityTypeConfiguration<PlanetItemExchangeOrder>
|
||||
{
|
||||
public void Configure(EntityTypeBuilder<PlanetItemExchangeOrder> builder)
|
||||
|
||||
Reference in New Issue
Block a user