7 lines
127 B
C#
7 lines
127 B
C#
namespace Props.Services.Content
|
|
{
|
|
public interface ITextualManager<out TModel>
|
|
{
|
|
dynamic Json { get; }
|
|
}
|
|
} |