AddService

AddService(Type)

public Service AddService(Type type) ;

Description

Adds the Service.

Parameters

Parameter Name Description
type Type of add Service

Returns

Added Service

AddService<T>()

public T AddService<T>() ;

Description

Adds the Service.

Type Parameters

Type Parameter Name Description Type Constraints
T Type of add Service

Returns

Added Service