Bloom.web.controllers.PageTemplatesApi.PageTemplatesApi C# (CSharp) Method

PageTemplatesApi() public method

public PageTemplatesApi ( SourceCollectionsList sourceCollectionsList, BookSelection bookSelection, PageSelection pageSelection, Bloom.Edit.TemplateInsertionCommand templateInsertionCommand, BookThumbNailer thumbNailer, Book bookFactory, BookStorage storageFactory ) : System
sourceCollectionsList SourceCollectionsList
bookSelection Bloom.Book.BookSelection
pageSelection Bloom.Edit.PageSelection
templateInsertionCommand Bloom.Edit.TemplateInsertionCommand
thumbNailer BookThumbNailer
bookFactory Bloom.Book.Book
storageFactory Bloom.Book.BookStorage
return System
        public PageTemplatesApi(SourceCollectionsList  sourceCollectionsList,BookSelection bookSelection,
			PageSelection pageSelection, TemplateInsertionCommand templateInsertionCommand,
			BookThumbNailer thumbNailer, Book.Book.Factory bookFactory, BookStorage.Factory storageFactory)
        {
            _sourceCollectionsList = sourceCollectionsList;
            _bookSelection = bookSelection;
            _pageSelection = pageSelection;
            _templateInsertionCommand = templateInsertionCommand;
            _thumbNailer = thumbNailer;
            _bookFactory = bookFactory;
            _storageFactory = storageFactory;
        }