11 lines
214 B
C#
11 lines
214 B
C#
|
|
|
|
namespace Lux.Report.Data.Repository
|
|
{
|
|
public interface IBaseRepRepository
|
|
{
|
|
//Task<DataLayerContext> CreateContextAsync();
|
|
//Task<bool> SaveChangesAsync(DataLayerContext ctx);
|
|
}
|
|
}
|