Namespace ToSic.Lib.Services
Classes
- MyServicesBase
Base class for all MyServices. These are helper objects to get dependencies for a class. It should be used when the owning-class is expected to be inherited. This is important for inheriting classes to keep a stable constructor.
Can collect all objects which need the log and init that.
- MyServicesBase<T>
Special type of MyServices (dependency helpers). This one is used to extend dependencies of a base classes MyServicesBase<T>. They must then still have the original Dependencies to get them.