pschelpdesk/Vendor/Prise.Mvc/IPriseMvcActionDescriptorChangeProvider.cs
2024-11-04 20:45:34 +01:00

8 lines
134 B
C#

namespace Prise.Mvc
{
public interface IPriseMvcActionDescriptorChangeProvider
{
void TriggerPluginChanged();
}
}