public ListLayoutUserStory(ITodoListLayoutRepository todoListLayout) { _todoListLayout = todoListLayout; }
public CreateLayoutWhenListIsCreatedDomainEventHandler(ITodoListLayoutRepository todoListLayoutRepository) { _todoListLayoutRepository = todoListLayoutRepository; }
public RemoveItemFromListLayoutWhenTodoListItemIsTrashed(ITodoListLayoutRepository todoListLayoutRepository) { _todoListLayoutRepository = todoListLayoutRepository; }