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