public SectionController( IPageService pageService, ISectionService sectionService, ISimpleTextService simpleTextService, ICollectionService collectionService, INodeService nodeService) { _pageService = pageService; _sectionService = sectionService; _simpleTextService = simpleTextService; _collectionService = collectionService; _nodeService = nodeService; }
public SimpleTextServiceTest() { _db = new NocturnoContext(true); _service = new SimpleTextService(_db); }
public SimpleTextController(ISimpleTextService simpleTextService) { _simpleTextService = simpleTextService; }