props/Props/Services/Textual/ITextualManager.cs
Harrison Deng 38ffb3c7e1 Added logging to module framework
Implemented logging to Adafruit and changed database loading behavior.
2021-08-07 17:20:46 -05:00

7 lines
127 B
C#

namespace Props.Services.Content
{
public interface ITextualManager<out TModel>
{
dynamic Json { get; }
}
}