Default constructor. Services are injected by the IoC container.

public NodeService(IRepository<NodeEntity> nodeRepository, ICommandBus commandBus, IViewService viewService, IContentService contentService, IApplicationCache applicationCache)

Parameters

nodeRepository IRepository<T>
commandBus ICommandBus
viewService IViewService
contentService IContentService
applicationCache IApplicationCache
In this article