Replaced AutoMapper usage for ItemFilterBlockGroup viewmodel mapping with constructor overload

Updated NuGet packages
This commit is contained in:
Ben Wallis
2017-05-09 21:41:51 +01:00
parent 733c7d1757
commit 3fe021949a
36 changed files with 676 additions and 363 deletions

View File

@@ -5,8 +5,6 @@ namespace Filtration.ObjectModel
{
public interface IItemFilterBlockItem : INotifyPropertyChanged
{
event PropertyChangedEventHandler PropertyChanged;
string PrefixText { get; }
string OutputText { get; }
string DisplayHeading { get; }