last ...
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||
using xDataService.Providers;
|
||||
using xStringService.Models.Entities;
|
||||
@@ -7,6 +8,8 @@ namespace xStringService.Configurations.Entities
|
||||
public class XStringEntityConfiguration : XBaseEntityTypeConfiguration<XString, int>
|
||||
{
|
||||
public override void Configure(EntityTypeBuilder<XString> builder)
|
||||
{ }
|
||||
{
|
||||
builder.ToTable("Strings");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user