namespace MP.Data.Repository.Utils { public interface IBaseRepository { //Task CreateContextAsync(); //Task SaveChangesAsync(DataLayerContext ctx); } }