Esempio n. 1
0
 public AddNewTopContainerCommand(IInteractionTasksForTopContainer interactionTasks, IMoBiContext context, IActiveSubjectRetriever activeSubjectRetriever)
     : base(interactionTasks, context, activeSubjectRetriever)
 {
 }
 public RemoveTopContainerCommand(IInteractionTasksForTopContainer editTasksForTopContainer, IMoBiContext context, IActiveSubjectRetriever activeSubjectRetriever)
 {
     _editTasksForTopContainer = editTasksForTopContainer;
     _context = context;
     _activeSubjectRetriever = activeSubjectRetriever;
 }