8 lines
119 B
C#
8 lines
119 B
C#
namespace Dashboard.Pal
|
|
{
|
|
public interface IAppContextExtension : IContextExtensionBase<AppContext>
|
|
{
|
|
|
|
}
|
|
}
|