Files
lux/Lux.Report.Data/Repository/IBaseRepository.cs
T
2026-04-07 16:54:42 +02:00

11 lines
211 B
C#

namespace Lux.Report.Data.Repository
{
public interface IBaseRepository
{
//Task<DataLayerContext> CreateContextAsync();
//Task<bool> SaveChangesAsync(DataLayerContext ctx);
}
}