Files
lux/Lux.Report.Data/Repository/IBaseRepRepository.cs
T

11 lines
214 B
C#

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