Files
mapo-core/MP.Data/Repository/Anag/IBaseRepository.cs
T
2026-06-01 16:43:40 +02:00

9 lines
206 B
C#

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