Beispiel #1
0
 public HistoryController(IContentManager contentManager,
                          ICompareContentService compareObjectService,
                          IProjectionManager projectionManager)
 {
     _contentManager       = contentManager;
     _compareObjectService = compareObjectService;
     _projectionManager    = projectionManager;
 }
Beispiel #2
0
 public HistoryController(IContentManager contentManager,
     ICompareContentService compareObjectService, 
     IProjectionManager projectionManager)
 {
     _contentManager = contentManager;
     _compareObjectService = compareObjectService;
     _projectionManager = projectionManager;
 }