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

11 lines
211 B
C#

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