Sicherung vor Merge
This commit is contained in:
15
scr/FSI.BT.IR.Organization.Db/Data/IDataContext.cs
Normal file
15
scr/FSI.BT.IR.Organization.Db/Data/IDataContext.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FSI.BT.IR.Organization.Db.Data
|
||||
{
|
||||
public interface IDataContext
|
||||
{
|
||||
|
||||
public DbSet<Models.Organization> Organizations { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user