9 lines
213 B
C#
9 lines
213 B
C#
namespace EgwCoreLib.Lux.Data.Repository
|
|
{
|
|
public interface IBaseRepository
|
|
{
|
|
//Task<DataLayerContext> CreateContextAsync();
|
|
//Task<bool> SaveChangesAsync(DataLayerContext ctx);
|
|
}
|
|
}
|