Interface IServiceModule
Namespace: RealityCollective.ServiceFramework.Interfaces
public interface IServiceModule : IService
Implements
Properties
ParentService
The IService this IServiceModule is registered with.
IService ParentService { get; }
Namespace: RealityCollective.ServiceFramework.Interfaces
public interface IServiceModule : IService
The IService this IServiceModule is registered with.
IService ParentService { get; }