optimize to use ITransientService rather than introducing a new IServerService interface which needs to be scanned

This commit is contained in:
sbwalker
2024-03-05 10:59:39 -05:00
parent b948961d52
commit f2555563a8
3 changed files with 9 additions and 28 deletions

View File

@ -1,9 +0,0 @@
namespace Oqtane.Modules
{
/// <summary>
/// Empty interface used to decorate server module services for auto registration as scoped
/// </summary>
public interface IServerService
{
}
}