2021-07-21 06:58:49 +00:00
|
|
|
namespace Props.Services.Content
|
2021-07-21 00:08:57 +00:00
|
|
|
{
|
2021-08-07 22:20:46 +00:00
|
|
|
public interface ITextualManager<out TModel>
|
2021-07-21 00:08:57 +00:00
|
|
|
{
|
2021-07-21 06:58:49 +00:00
|
|
|
dynamic Json { get; }
|
2021-07-21 00:08:57 +00:00
|
|
|
}
|
|
|
|
}
|