Overall; fixed design of IState.cs and IReadOnlyState.cs, and fixed namespaces in Beam.Abstractions to remove all references of Beam.Abstract.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using HtmlAgilityPack;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Beam.Dynamic;
|
||||
namespace Beam.Abstractions;
|
||||
|
||||
public interface IDataProvider {
|
||||
public string GetString(HtmlDocument document)
|
||||
|
||||
Reference in New Issue
Block a user