last ...
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||
using xServices.Models.Entities;
|
||||
|
||||
namespace xServices.Configurations
|
||||
{
|
||||
public class XTestConfiguration : IEntityTypeConfiguration<XTest>
|
||||
{
|
||||
public void Configure(EntityTypeBuilder<XTest> builder)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user