mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
migrating Stats to .Net Core 2
moved buildscripts to application added publish profile
This commit is contained in:
12
SharedLibraryCore/Interfaces/IModelConfiguration.cs
Normal file
12
SharedLibraryCore/Interfaces/IModelConfiguration.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
public interface IModelConfiguration
|
||||
{
|
||||
void Configure(ModelBuilder builder);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user