public ListItemsController(IListItemServices listItemServices) { _listItemServices = listItemServices; }
public ListServices(IListRepository listRepository, IListItemServices listItemServices) : base(listRepository) { _listRepository = listRepository; _listItemServices = listItemServices; }