45cb6b9f59
- aggiunta migrations - correzioni versione ef6 da ef8 - correzioni init varie
9 lines
201 B
C#
9 lines
201 B
C#
namespace MP.Data.Repository
|
|
{
|
|
public interface IBaseRepository
|
|
{
|
|
//Task<DataLayerContext> CreateContextAsync();
|
|
//Task<bool> SaveChangesAsync(DataLayerContext ctx);
|
|
}
|
|
}
|