Replaced AutoMapper usage for ItemFilterBlockGroup viewmodel mapping with constructor overload
Updated NuGet packages
This commit is contained in:
@@ -5,8 +5,6 @@ namespace Filtration.ObjectModel
|
||||
{
|
||||
public interface IItemFilterBlockItem : INotifyPropertyChanged
|
||||
{
|
||||
event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
string PrefixText { get; }
|
||||
string OutputText { get; }
|
||||
string DisplayHeading { get; }
|
||||
|
||||
Reference in New Issue
Block a user