Update Filter Behaviour

This commit is contained in:
Andre Beging
2025-03-31 14:06:23 +02:00
parent 817a7d81f5
commit 5fc707255a
3 changed files with 36 additions and 12 deletions

View File

@@ -9,5 +9,7 @@
public bool WithoutIdCheck { get; set; }
public bool NoActivity { get; set; }
public bool DeletedOnly { get; set; }
}
}