feat: Unterstützung für die Filterung nach RepGroupId in der ReadAllAsync-Methode hinzufügen

This commit is contained in:
Developer 02
2024-10-29 16:33:41 +01:00
parent 9e11463ef2
commit 25995e8d48
3 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel;
namespace DigitalData.UserManager.Domain.Entities
{