forked from ddrilling/AsbCloudServer
623a64fa25
Modify WellOperation table (and defaults)
9 lines
182 B
C#
9 lines
182 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace AsbCloudDb.Model.DefaultData
|
|
{
|
|
internal interface IEntityFiller
|
|
{
|
|
void FillData(ModelBuilder modelBuilder);
|
|
}
|
|
} |