Добавил дополнительное поле в абсракцию поиска
This commit is contained in:
parent
cbd3383e0c
commit
2ec111faae
@ -3,5 +3,6 @@
|
||||
public abstract class AbstractSearchModel
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public bool AnyMatch { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user