public BaseRepository(IMSSQLDbContext context) { //throw new Exception("Function was not implemented"); this.DbSet = context.GetDbSet <TEntity>(); }
public BaseRepository(IMSSQLDbContext context) { this.DbSet = context.GetDbSet <TEntity>(); }