Interface IMediatrRegistrationModel
Represents a MediatR registration.
public interface IMediatrRegistrationModel
Properties
ImplementationType
Gets the implementation type.
Type ImplementationType { get; }
Property Value
ServiceType
Gets the registration type.
Type ServiceType { get; }