mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-15 04:11:38 +00:00
10 lines
210 B
C#
10 lines
210 B
C#
namespace Oqtane.Modules
|
|
{
|
|
/// <summary>
|
|
/// Empty interface used to decorate client module services for auto registration as scoped
|
|
/// </summary>
|
|
public interface IClientService
|
|
{
|
|
}
|
|
}
|