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